svn commit: r368452 - head/deskutils/cdcat

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 13:12:33 UTC 2014


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" \


More information about the svn-ports-head mailing list