diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-09-07 21:17:55 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-09-07 21:17:55 +0800 |
commit | 3146e1b1ed1211bc10ed57e113446c66d77c5673 (patch) | |
tree | 203d19b6afcefe67cda64589764b2d7ed6e3e1ae /net/vtun | |
parent | fed129519e8d922bcf2c89f3b1d8c580af1dc790 (diff) | |
download | freebsd-ports-gnome-3146e1b1ed1211bc10ed57e113446c66d77c5673.tar.gz freebsd-ports-gnome-3146e1b1ed1211bc10ed57e113446c66d77c5673.tar.zst freebsd-ports-gnome-3146e1b1ed1211bc10ed57e113446c66d77c5673.zip |
Add --enable-lzo, thanks rse@
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 |