aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libgtksourceviewmm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/libgtksourceviewmm/Makefile')
-rw-r--r--x11-toolkits/libgtksourceviewmm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libgtksourceviewmm/Makefile b/x11-toolkits/libgtksourceviewmm/Makefile
index e2b74c3fe102..dde385d35389 100644
--- a/x11-toolkits/libgtksourceviewmm/Makefile
+++ b/x11-toolkits/libgtksourceviewmm/Makefile
@@ -21,8 +21,8 @@ USE_BZIP2= yes
USE_GNOME= gtksourceview2 gnomeprefix gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBAS}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBAS}/lib
CONFIGURE_ARGS= --disable-docs
.include <bsd.port.mk>