diff options
author | snj <snj> | 2004-04-11 07:23:57 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 07:23:57 +0000 |
commit | 2f943ab9b171f9c2efc7137269bfeefebd4d7269 (patch) | |
tree | 8bcaafbd8edeb7fbb1b643365e2aa69513d4f2bf /net/openvpn/Makefile | |
parent | 2a7cc31f6aa85ff1acfd3d0cd380498418deeab4 (diff) | |
download | pkgsrc-2f943ab9b171f9c2efc7137269bfeefebd4d7269.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/openvpn/Makefile')
-rw-r--r-- | net/openvpn/Makefile | 8 |
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" |