From 353027ba43fe01deeb88323533c15847dee09788 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 22 Nov 2000 17:16:11 +0000 Subject: Fix build with LOCALBASE != /usr/local - tell configure where to look for the pccts binaries. PR: ports/22777 Submitted by: maintainer --- sysutils/cdrdao/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/cdrdao/Makefile') 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 -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 -- cgit v1.2.3