summaryrefslogtreecommitdiff
path: root/x11-toolkits/pangoxsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/pangoxsl/Makefile')
-rw-r--r--x11-toolkits/pangoxsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile
index f6b3aea171d9..a9a9b387f368 100644
--- a/x11-toolkits/pangoxsl/Makefile
+++ b/x11-toolkits/pangoxsl/Makefile
@@ -20,7 +20,7 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>