summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 03:12:29 +0000
committersnj <snj@pkgsrc.org>2004-04-25 03:12:29 +0000
commit59f454a47abb486891e7637d814d1cc190acb6a1 (patch)
treec77f4bb1a7848d4154df3b21ea4f04a3fd5d77ca /security/stunnel
parentcf882d1fb53bafed427085e35308d52fcd29ef6c (diff)
downloadpkgsrc-59f454a47abb486891e7637d814d1cc190acb6a1.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/stunnel')
-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"