diff options
Diffstat (limited to 'net/packit')
-rw-r--r-- | net/packit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/packit/Makefile b/net/packit/Makefile index 5c6d1484e99..1d449bff27f 100644 --- a/net/packit/Makefile +++ b/net/packit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/02/18 18:46:53 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:40 joerg Exp $ DISTNAME= packit-1.0 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://packit.sourceforge.net/ COMMENT= Network auditing tool with the ability to manipulate IP traffic +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include |