diff options
author | ume <ume@FreeBSD.org> | 2014-10-11 01:58:07 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2014-10-11 01:58:07 +0800 |
commit | e7745932061f890dbead1b319921d93cf7cd4aa1 (patch) | |
tree | f435d17b9a866ce2470ff629ffe2f9ffca5a6562 /security | |
parent | a13b89f3dbf39eda947162d8f4a9f39aade34e7a (diff) | |
download | freebsd-ports-gnome-e7745932061f890dbead1b319921d93cf7cd4aa1.tar.gz freebsd-ports-gnome-e7745932061f890dbead1b319921d93cf7cd4aa1.tar.zst freebsd-ports-gnome-e7745932061f890dbead1b319921d93cf7cd4aa1.zip |
Since we don't use its own libtool, build arg is required
to USES=libtool.
Spotted by: antoine
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2-gssapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-gssapi/Makefile b/security/cyrus-sasl2-gssapi/Makefile index 2b6f9b7f8d1a..b4f6685d5e43 100644 --- a/security/cyrus-sasl2-gssapi/Makefile +++ b/security/cyrus-sasl2-gssapi/Makefile @@ -22,7 +22,7 @@ DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo PATCHDIR= ${CYRUS_SASL2_DIR}/files INSTALL_WRKSRC= ${WRKSRC}/plugins -USES= libtool +USES= libtool:build USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |