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 /sysutils/cdrdao | |
parent | 97b95b0487be841a33dc083ac9276752ca310d7a (diff) | |
download | ports-353027ba43fe01deeb88323533c15847dee09788.tar.gz ports-353027ba43fe01deeb88323533c15847dee09788.zip |
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 'sysutils/cdrdao')
-rw-r--r-- | sysutils/cdrdao/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 8809a1f4358a..8a2c4ddf8904 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/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 |