diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-11-22 17:16:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-11-22 17:16:11 +0000 |
commit | 353027ba43fe01deeb88323533c15847dee09788 (patch) | |
tree | 06d7f44012705253591e9ed2e0bb02f9e3d62398 /audio | |
parent | OOPS, forgot to add patch in previous commit (Update to 2.2). (diff) |
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=35349
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdrdao/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index 8809a1f4358a..8a2c4ddf8904 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -26,7 +26,8 @@ MAN1= cdrdao.1 .include <bsd.port.pre.mk> -CONFIGURE_ARGS= --disable-gtkmmtest +CONFIGURE_ARGS= --disable-gtkmmtest --with-pcctsbin=${LOCALBASE}/bin \ + --with-pcctsinc=${LOCALBASE}/include/pccts .if defined(WITHOUT_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib |