diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-01 23:27:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-01 23:27:53 +0000 |
commit | a3f47ceabc36a07a050d5bdbad25251eb2037d59 (patch) | |
tree | da7f771d037415d217e8c8fa7d53ab329a09ceb5 /net/vtun/Makefile | |
parent | 41f78b665bcc9658747634ee9f86561799f47bc5 (diff) | |
download | ports-a3f47ceabc36a07a050d5bdbad25251eb2037d59.tar.gz ports-a3f47ceabc36a07a050d5bdbad25251eb2037d59.zip |
Notes
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r-- | net/vtun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 70f0e4fca65b..8680af9f3fa8 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -21,7 +21,7 @@ MAN8= vtund.8 MLINKS= vtund.8 vtun.8 USE_OPENSSL= yes -GNU_CONFIGURE= yes +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS= --localstatedir=/var \ --with-ssl-headers=${OPENSSLBASE}/include/openssl \ --with-ssl-lib=${OPENSSLBASE}/lib \ |