diff options
author | tron <tron@pkgsrc.org> | 2000-06-16 12:54:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-16 12:54:25 +0000 |
commit | d07a2f5f0184127e360879b48f5146d7c1c04a59 (patch) | |
tree | 6551617fa64d1cced9fc8500a4345e3f0d474844 /net | |
parent | f710672ab0c1c47d5d59a0982f7a10a76606b04e (diff) | |
download | pkgsrc-d07a2f5f0184127e360879b48f5146d7c1c04a59.tar.gz |
Fix build on systems with "openssl" package instead of NetBSD's
crypto distribution.
Diffstat (limited to 'net')
-rw-r--r-- | net/vtun/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 4d618265627..84b0c2311c8 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/06 07:21:46 kleink Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/16 12:54:25 tron Exp $ # DISTNAME= vtun-2.3 @@ -12,8 +12,8 @@ DEPENDS+= liblzo-1.*:../../archivers/liblzo GNU_CONFIGURE= YES USE_SSL= YES -CONFIGURE_ARGS+=--with-crypto-headers=${SSLBASE}/include/openssl \ - --with-crypto-lib=${SSLBASE}/lib \ +CONFIGURE_ARGS+=--with-ssl-headers=${SSLBASE}/include/openssl \ + --with-ssl-lib=${SSLBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ --with-lzo-lib=${LOCALBASE}/lib PLIST_SUBST+= PREFIX=${PREFIX} |