diff options
Diffstat (limited to 'security/tcp_wrappers/Makefile')
-rw-r--r-- | security/tcp_wrappers/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index fddad7c42e4..e7fccd73428 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:53:19 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/05 12:04:20 jlam Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.1 PKGNAME= tcp_wrappers-7.6.1 @@ -12,8 +12,10 @@ COMMENT= Monitor and filter incoming requests for network services ONLY_FOR_PLATFORM= IRIX-*-* Darwin-*-* SunOS-*-* Linux-*-* # in NetBSD base system -USE_BUILDLINK2= # defined -USE_LIBTOOL= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes .include "../../mk/bsd.prefs.mk" |