diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-02-18 18:53:10 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-02-18 18:53:10 +0000 |
commit | 548216dd138dd6e39cac4cc09497a0a8d3f24c1d (patch) | |
tree | 2d3f7aa249354bced0d7fb62d7253260ca6173dd /net/libnids/Makefile | |
parent | d26033d7b9e4efe3bcb307b70c47cfb77e1e7719 (diff) | |
download | pkgsrc-548216dd138dd6e39cac4cc09497a0a8d3f24c1d.tar.gz |
buildlink updates to handle the new libnet package structure
bump PKGREVISION
Diffstat (limited to 'net/libnids/Makefile')
-rw-r--r-- | net/libnids/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 16d73ee371e..d3e03a30e2f 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:49 tv Exp $ +# $NetBSD: Makefile,v 1.21 2007/02/18 18:53:10 adrianp Exp $ # DISTNAME= libnids-1.20 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/} @@ -11,9 +12,13 @@ COMMENT= Network monitoring library with TCP/IP reassembly GNU_CONFIGURE= yes -BUILDLINK_DEPMETHOD.libnet= build BUILDLINK_DEPMETHOD.libpcap= build +SUBST_CLASSES+= conf +SUBST_STAGE.conf= pre-configure +SUBST_FILES.conf= configure +SUBST_MESSAGE.conf= Fixing configuration script. + .include "../../mk/bsd.prefs.mk" .include "options.mk" |