diff options
author | tron <tron@pkgsrc.org> | 2000-04-27 06:34:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-27 06:34:44 +0000 |
commit | a844077535aae2ee18f6fba74861f8288cceb769 (patch) | |
tree | 9cdac130e726ace91b306d57fe35e7b2e3c65e47 /net/vtun/Makefile | |
parent | e4bd311987d1cbdbcec3f2053d35595c2f066f23 (diff) | |
download | pkgsrc-a844077535aae2ee18f6fba74861f8288cceb769.tar.gz |
Switch to "USE_SSL".
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r-- | net/vtun/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 4ab43c9373f..0c41c28cfc1 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/07 01:37:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/04/27 06:34:44 tron Exp $ # DISTNAME= vtun-2.0 @@ -8,12 +8,12 @@ MASTER_SITES= http://vtun.netpedia.net/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://vtun.netpedia.net/ -DEPENDS+= openssl-0.9.*:../../security/openssl DEPENDS+= liblzo-1.*:../../archivers/liblzo GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-crypto-headers=${LOCALBASE}/include/openssl \ - --with-crypto-lib=${LOCALBASE}/lib \ +USE_SSL= YES +CONFIGURE_ARGS+=--with-crypto-headers=${SSLBASE}/include/openssl \ + --with-crypto-lib=${SSLBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ --with-lzo-lib=${LOCALBASE}/lib PLIST_SUBST+= PREFIX=${PREFIX} |