summaryrefslogtreecommitdiff
path: root/x11-toolkits/gdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r--x11-toolkits/gdl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
index a09734c6b512..72a0d8ee0031 100644
--- a/x11-toolkits/gdl/Makefile
+++ b/x11-toolkits/gdl/Makefile
@@ -20,7 +20,7 @@ USE_GNOME= gnomeprefix gnomehack gtk20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>