summaryrefslogtreecommitdiff
path: root/net/openvpn
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 07:23:57 +0000
committersnj <snj>2004-04-11 07:23:57 +0000
commit21aa55a6a6bfbdf92c40bfc014909ea60edcabca (patch)
tree8bcaafbd8edeb7fbb1b643365e2aa69513d4f2bf /net/openvpn
parentbe3a33db553d7e4c6a106312ed7027b349801476 (diff)
downloadpkgsrc-21aa55a6a6bfbdf92c40bfc014909ea60edcabca.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/openvpn')
-rw-r--r--net/openvpn/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile
index 32e2b5e8d5b..feec31fb6d6 100644
--- a/net/openvpn/Makefile
+++ b/net/openvpn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/11 07:23:57 snj Exp $
DISTNAME= openvpn-1.5.0
PKGREVISION= 1
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://openvpn.sourceforge.net/
COMMENT= Easy-to-use, robust, and highly configurable VPN over UDP
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
#USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
@@ -28,6 +28,6 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}/sample-scripts
${INSTALL_DATA} ${WRKSRC}/sample-scripts/* ${EGDIR}/sample-scripts
-.include "../../archivers/liblzo/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../archivers/liblzo/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"