From a0aeffb0181d078ac0357c2d688d0956e6615cc5 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Sat, 5 Aug 2006 12:29:18 +0000 Subject: [PATCH] - Avoid a call to "pkgconfig libconfuse" Reported by: pointyhat via erwin --- sysutils/unieject/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 0468fb6b8516..eb95456f953d 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