diff options
author | roam <roam@FreeBSD.org> | 2000-11-23 01:16:11 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-23 01:16:11 +0800 |
commit | 970ac33e696ed816d5b1badd7527a5cff0096ba8 (patch) | |
tree | d0c95d16068345b9e5aa4bde0ee62a3728014dce /sysutils | |
parent | b500c741488e1d8173c19641772654dfb4957fbe (diff) | |
download | freebsd-ports-gnome-970ac33e696ed816d5b1badd7527a5cff0096ba8.tar.gz freebsd-ports-gnome-970ac33e696ed816d5b1badd7527a5cff0096ba8.tar.zst freebsd-ports-gnome-970ac33e696ed816d5b1badd7527a5cff0096ba8.zip |
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-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 |