summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2000-11-22 17:16:11 +0000
committerPeter Pentchev <roam@FreeBSD.org>2000-11-22 17:16:11 +0000
commit353027ba43fe01deeb88323533c15847dee09788 (patch)
tree06d7f44012705253591e9ed2e0bb02f9e3d62398 /sysutils/cdrdao
parentOOPS, 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 'sysutils/cdrdao')
-rw-r--r--sysutils/cdrdao/Makefile3
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