aboutsummaryrefslogtreecommitdiff
path: root/devel/gaul/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gaul/Makefile')
-rw-r--r--devel/gaul/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile
index 9a01be98d4f0..585890790e70 100644
--- a/devel/gaul/Makefile
+++ b/devel/gaul/Makefile
@@ -24,8 +24,8 @@ USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}"
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}
USE_LDCONFIG= yes
post-patch: