summaryrefslogtreecommitdiff
path: root/devel/glade3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glade3/Makefile')
-rw-r--r--devel/glade3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
index da51a9fdd5cd..607d03cea87b 100644
--- a/devel/glade3/Makefile
+++ b/devel/glade3/Makefile
@@ -25,8 +25,8 @@ USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
DOCSDIR= ${PREFIX}/share/doc/gladeui