diff options
author | roam <roam@FreeBSD.org> | 2000-11-22 17:16:11 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-22 17:16:11 +0000 |
commit | 970ac33e696ed816d5b1badd7527a5cff0096ba8 (patch) | |
tree | d0c95d16068345b9e5aa4bde0ee62a3728014dce /audio | |
parent | b500c741488e1d8173c19641772654dfb4957fbe (diff) | |
download | FreeBSD-ports-970ac33e696ed816d5b1badd7527a5cff0096ba8.zip FreeBSD-ports-970ac33e696ed816d5b1badd7527a5cff0096ba8.tar.gz |
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
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 8809a1f..8a2c4dd 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 |