diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-08-18 20:02:50 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-08-18 20:02:50 +0000 |
commit | 42afa5df827530ed02c36a539efd195fe4ee6542 (patch) | |
tree | 60f26929eec91d19275cd5c2bf9d2b72980eb2ba /deskutils | |
parent | biology/ugene: qt4-linguist -> qt4-linguisttools (diff) |
[patch] deskutils/cdcat: qt4-linguist -> qt4-linguisttools
PR: 202206
Submitted by: s3erios@gmail.com
Notes
Notes:
svn path=/head/; revision=394653
Diffstat (limited to 'deskutils')
-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 81ad8a0ea9db..a3aaf8cc64ac 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -23,7 +23,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/src BUILD_WRKSRC= ${CONFIGURE_WRKSRC} USES= libtool qmake:norecursive tar:bzip2 -USE_QT4= corelib gui xml linguist_build moc_build uic_build +USE_QT4= corelib gui xml linguisttools_build moc_build uic_build QMAKE_ARGS= LIBS+="${LOCALBASE}/lib/libcryptopp.a" \ LIBS+="-lz -lbz2 -ltar -lexif -lmediainfo -lzen" \ DEFINES+="MEDIAINFO_STATIC" \ |