diff options
Diffstat (limited to 'net-mgmt/packit')
-rw-r--r-- | net-mgmt/packit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index 341a94477b2a..293d10c32e88 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -18,7 +18,7 @@ COMMENT= Network auditing tool BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="`${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags`" +CPPFLAGS+= `${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags` MAN8= packit.8 PLIST_FILES= sbin/packit |