aboutsummaryrefslogtreecommitdiff
path: root/devel/libpafe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libpafe/Makefile')
-rw-r--r--devel/libpafe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libpafe/Makefile b/devel/libpafe/Makefile
index e2321e85ef3a..3601f8b878ee 100644
--- a/devel/libpafe/Makefile
+++ b/devel/libpafe/Makefile
@@ -27,8 +27,8 @@ PLIST_DIRS= include/libpafe
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" \
- LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
+CPPFLAGS+= -I${PREFIX}/include
+LDFLAGS+= -L${PREFIX}/lib
.endif
.include <bsd.port.post.mk>