diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-05 11:53:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-05 11:53:39 +0000 |
commit | 498ef417301287093d17c7730d79fda8e3d4e9a0 (patch) | |
tree | 44885fd46499bfa7742a2d7cb64609307f287d1e /security/tcp_wrappers | |
parent | 143cb3ccf87e6a0664c258cf76d139e537d0da34 (diff) | |
download | pkgsrc-498ef417301287093d17c7730d79fda8e3d4e9a0.tar.gz |
bl3ify
Diffstat (limited to 'security/tcp_wrappers')
-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" |