diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-10-10 17:58:07 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-10-10 17:58:07 +0000 |
commit | 31d3cfd61ca65f02646bad9173266195f293f4b9 (patch) | |
tree | f435d17b9a866ce2470ff629ffe2f9ffca5a6562 | |
parent | - Remove of BROKEN, add new MASTER_SITES including new maitainer's mirror (diff) |
Since we don't use its own libtool, build arg is required
to USES=libtool.
Spotted by: antoine
Notes
Notes:
svn path=/head/; revision=370599
-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 |