diff options
author | jgh <jgh@FreeBSD.org> | 2015-06-16 04:52:42 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-06-16 04:52:42 +0800 |
commit | f5dba8a544ec3c57f32d0dcbaef53628fcc2c067 (patch) | |
tree | a72b10e316371dcee76186221dfe5e538960874e /devel | |
parent | 805e531416df4efb01e3ed2f237fc912699310e2 (diff) | |
download | freebsd-ports-gnome-f5dba8a544ec3c57f32d0dcbaef53628fcc2c067.tar.gz freebsd-ports-gnome-f5dba8a544ec3c57f32d0dcbaef53628fcc2c067.tar.zst freebsd-ports-gnome-f5dba8a544ec3c57f32d0dcbaef53628fcc2c067.zip |
- remove unneeded BUILD_DEPENDS define for SASL option
PR: 200752
Submitted by: crest@sahiro.org
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index c7af568624c8..b5aac435aef3 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -42,7 +42,6 @@ NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} SASL_CONFIGURE_WITH= sasl -SASL_BUILD_DEPENDS= sasl:${PORTSDIR}/security/cyrus-sasl2 SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 VARDIR= /var |