aboutsummaryrefslogtreecommitdiffstats
path: root/lang/see/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/see/Makefile')
-rw-r--r--lang/see/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile
index 369941d7f1ba..bf0a50f424d8 100644
--- a/lang/see/Makefile
+++ b/lang/see/Makefile
@@ -29,8 +29,8 @@ USE_LDCONFIG= yes
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>