diff options
Diffstat (limited to 'net/pktanon')
-rw-r--r-- | net/pktanon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 6a5bc80f4097..a3434f320b87 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ xerces-c:${PORTSDIR}/textproc/xerces-c2 GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes post-install: |