diff options
author | jgh <jgh@FreeBSD.org> | 2012-04-04 13:21:31 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-04-04 13:21:31 +0800 |
commit | bb6bff844076b4be311dc8751d4e4ee9dedc80a5 (patch) | |
tree | 2d586f78d2e7e36fb9df09778824c5d49de64c8e /devel | |
parent | 5bb01bb8920010a05b8ae4b1d2fa68d73257b00a (diff) | |
download | freebsd-ports-gnome-bb6bff844076b4be311dc8751d4e4ee9dedc80a5.tar.gz freebsd-ports-gnome-bb6bff844076b4be311dc8751d4e4ee9dedc80a5.tar.zst freebsd-ports-gnome-bb6bff844076b4be311dc8751d4e4ee9dedc80a5.zip |
- remove --without-libssl2
Spotted by: GeJ (#bsdports)
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 48589fc46a1e..74c4dbb81c2f 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -23,8 +23,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoconf -CONFIGURE_ARGS= --without-libssh2 \ - --without-sasl \ +CONFIGURE_ARGS= --without-sasl \ --without-yajl \ --without-avahi \ --without-polkit \ |