summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 03:12:29 +0000
committersnj <snj>2004-04-25 03:12:29 +0000
commit41cab2597d13b1dbd02cc2ef64fa064f8f2610a2 (patch)
treec77f4bb1a7848d4154df3b21ea4f04a3fd5d77ca /security
parentdd737f7db6f4e5c196c6c39581480285291408be (diff)
downloadpkgsrc-41cab2597d13b1dbd02cc2ef64fa064f8f2610a2.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 294d461b66c..1e27a41835b 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2004/04/25 03:12:29 snj Exp $
DISTNAME= stunnel-4.05
PKGREVISION= 1
@@ -11,7 +11,7 @@ MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.stunnel.org/
COMMENT= Universal SSL tunnel
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \
@@ -23,6 +23,6 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \
PKG_SYSCONFSUBDIR= stunnel
-.include "../../security/openssl/buildlink2.mk"
-.include "../../security/tcp_wrappers/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"