diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 13:12:32 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 13:12:32 +0000 |
commit | 427d78a9c687c799fdbddce60ba342f20c05bf97 (patch) | |
tree | 6c4cde4a5eff56499a7ad7d1dc866358f44cc247 | |
parent | Fix WITH_PKGNG=devel backward compatibility (diff) |
Add USES=libtool (used in lib7zip build)
Notes
Notes:
svn path=/head/; revision=368452
-rw-r--r-- | deskutils/cdcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile index a86fae0b1f12..9a34224ada40 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libtar.so:${PORTSDIR}/devel/libtar \ 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" \ |