diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-07 13:17:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-07 13:17:55 +0000 |
commit | d85244abcbf6583d51e78b908edbe87ecde0fa44 (patch) | |
tree | b2ec1a9c14dcde9044dba900c35880c6e53762ea /net/vtun | |
parent | ce3bb2aafe2814de0c808002d2db198245ee8657 (diff) | |
download | ports-d85244abcbf6583d51e78b908edbe87ecde0fa44.tar.gz ports-d85244abcbf6583d51e78b908edbe87ecde0fa44.zip |
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index cdd86facaa0b..565c8b8a9b05 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS+=--localstatedir=/var \ --with-ssl-headers=${LOCALBASE}/include/openssl \ --with-ssl-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ - --with-lzo-lib=${LOCALBASE}/lib + --with-lzo-lib=${LOCALBASE}/lib \ + --enable-lzo ALL_TARGET= vtund |