summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-05 12:29:18 +0000
committersat <sat@FreeBSD.org>2006-08-05 12:29:18 +0000
commit174e2a725caa000ae48d87d59825eacbef3d07f1 (patch)
treea6639a1778446d3768c47d5a20e5d6925d8c184b /sysutils
parent5a77354babb7f339cc2dbec6f0324a031380bebe (diff)
downloadFreeBSD-ports-174e2a725caa000ae48d87d59825eacbef3d07f1.zip
FreeBSD-ports-174e2a725caa000ae48d87d59825eacbef3d07f1.tar.gz
- Avoid a call to "pkgconfig libconfuse"
Reported by: pointyhat via erwin
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/unieject/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index 0468fb6..eb95456 100644
--- a/sysutils/unieject/Makefile
+++ b/sysutils/unieject/Makefile
@@ -25,6 +25,8 @@ GNU_CONFIGURE= yes
MAN1= unieject.1
MAN5= unieject.conf.5
+CONFIGURE_ENV= CONFUSE_CFLAGS="-I${LOCALBASE}/include" \
+ CONFUSE_LIBS="-L${LOCALBASE}/lib -lconfuse"
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
--with-libpopt-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man
OpenPOWER on IntegriCloud