diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
commit | 52f1b46a372dccfaa10865c2a107535a68721e41 (patch) | |
tree | 7b78cab28e7ca349de50d60d5ace808c46435287 /net/libnids | |
parent | 1b8c76c8737ac5c18f4fd5bc3b7295abd8da954c (diff) | |
download | pkgsrc-52f1b46a372dccfaa10865c2a107535a68721e41.tar.gz |
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'net/libnids')
-rw-r--r-- | net/libnids/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 5ef64f83d44..b6f50ff9690 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/12/21 17:44:36 kristerw Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/14 00:54:45 grant Exp $ # $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $ # @@ -13,9 +13,6 @@ COMMENT= Network monitoring library with TCP/IP reassembly USE_BUILDLINK2= yes GNU_CONFIGURE= yes -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub - BUILDLINK_DEPMETHOD.libnet= build BUILDLINK_DEPMETHOD.libpcap= build |