summaryrefslogtreecommitdiff
path: root/devel/geany/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany/Makefile')
-rw-r--r--devel/geany/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/geany/Makefile b/devel/geany/Makefile
index 3a1eae0f5226..d3b3b4877c86 100644
--- a/devel/geany/Makefile
+++ b/devel/geany/Makefile
@@ -18,8 +18,8 @@ INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= VTE "Enable Virtual Terminal Emulation support" on \
NLS "Enable Native Language support" on