summaryrefslogtreecommitdiff
path: root/sysutils/unieject/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/unieject/Makefile')
-rw-r--r--sysutils/unieject/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index 20a013e62fa0..11a79ca33ec9 100644
--- a/sysutils/unieject/Makefile
+++ b/sysutils/unieject/Makefile
@@ -25,9 +25,9 @@ GNU_CONFIGURE= yes
MAN1= unieject.1
MAN5= unieject.conf.5
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib -lcdio -lconfuse
-CONFIGURE_ENV= PKG_CONFIG="${TRUE}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -lcdio -lconfuse
+CONFIGURE_ENV= PKG_CONFIG="${TRUE}"
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
--with-libpopt-prefix=${LOCALBASE}