diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /deskutils/cdcat/Makefile | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363371
Diffstat (limited to 'deskutils/cdcat/Makefile')
-rw-r--r-- | deskutils/cdcat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile index 758f6acae67d..5e16201d8628 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -30,8 +30,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_WRKSRC= ${WRKSRC}/src BUILD_WRKSRC= ${CONFIGURE_WRKSRC} -USE_BZIP2= yes -USES= qmake:norecursive +USES= qmake:norecursive tar:bzip2 USE_QT4= corelib gui xml linguist_build moc_build uic_build QMAKE_ARGS= INCLUDEPATH+="${L7Z_WRKSRC}/Lib7Zip" \ INCLUDEPATH+="${MIF_WRKSRC}/MediaInfoLib/Source" \ |