Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 17:58:08 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370599 - head/security/cyrus-sasl2-gssapi
Message-ID:  <201410101758.s9AHw8HE006819@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Fri Oct 10 17:58:07 2014
New Revision: 370599
URL: https://svnweb.freebsd.org/changeset/ports/370599
QAT: https://qat.redports.org/buildarchive/r370599/

Log:
  Since we don't use its own libtool, build arg is required
  to USES=libtool.
  
  Spotted by:	antoine

Modified:
  head/security/cyrus-sasl2-gssapi/Makefile

Modified: head/security/cyrus-sasl2-gssapi/Makefile
==============================================================================
--- head/security/cyrus-sasl2-gssapi/Makefile	Fri Oct 10 16:36:05 2014	(r370598)
+++ head/security/cyrus-sasl2-gssapi/Makefile	Fri Oct 10 17:58:07 2014	(r370599)
@@ -22,7 +22,7 @@ DISTINFO_FILE=	${CYRUS_SASL2_DIR}/distin
 PATCHDIR=	${CYRUS_SASL2_DIR}/files
 INSTALL_WRKSRC=	${WRKSRC}/plugins
 
-USES=		libtool
+USES=		libtool:build
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410101758.s9AHw8HE006819>