Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 13:12:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368452 - head/deskutils/cdcat
Message-ID:  <201409181312.s8IDCX1x029855@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 13:12:32 2014
New Revision: 368452
URL: http://svnweb.freebsd.org/changeset/ports/368452
QAT: https://qat.redports.org/buildarchive/r368452/

Log:
  Add USES=libtool (used in lib7zip build)

Modified:
  head/deskutils/cdcat/Makefile

Modified: head/deskutils/cdcat/Makefile
==============================================================================
--- head/deskutils/cdcat/Makefile	Thu Sep 18 13:11:36 2014	(r368451)
+++ head/deskutils/cdcat/Makefile	Thu Sep 18 13:12:32 2014	(r368452)
@@ -28,7 +28,7 @@ LIB_DEPENDS=	libtar.so:${PORTSDIR}/devel
 CONFIGURE_WRKSRC=	${WRKSRC}/src
 BUILD_WRKSRC=	${CONFIGURE_WRKSRC}
 
-USES=		qmake:norecursive tar:bzip2
+USES=		libtool qmake:norecursive tar:bzip2
 USE_QT4=	corelib gui xml linguist_build moc_build uic_build
 QMAKE_ARGS=	INCLUDEPATH+="${L7Z_WRKSRC}/Lib7Zip" \
 		LIBS+="${L7Z_WRKSRC}/Lib7Zip/lib7zip.a" \



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