diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2015-06-15 20:52:42 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2015-06-15 20:52:42 +0000 |
commit | fbf89cdd305d524a08cc53b202a5642326fad31b (patch) | |
tree | a72b10e316371dcee76186221dfe5e538960874e /devel/libvirt | |
parent | 47e04ddead49a1cef38f017ab57a9415943aa837 (diff) |
- remove unneeded BUILD_DEPENDS define for SASL option
PR: 200752
Submitted by: crest@sahiro.org
Notes
Notes:
svn path=/head/; revision=389751
Diffstat (limited to 'devel/libvirt')
-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 |