summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-05 11:53:39 +0000
committerjlam <jlam@pkgsrc.org>2004-01-05 11:53:39 +0000
commit6ff48e076b5261684ded790542fdc5ae50976bc6 (patch)
tree44885fd46499bfa7742a2d7cb64609307f287d1e /security
parent580a53de351a13d5c917d9bf74282f35055b092c (diff)
downloadpkgsrc-6ff48e076b5261684ded790542fdc5ae50976bc6.tar.gz
bl3ify
Diffstat (limited to 'security')
-rw-r--r--security/tcp_wrappers/Makefile8
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"