aboutsummaryrefslogtreecommitdiff
path: root/graphics/converseen
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-25 13:19:50 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-25 13:19:50 +0000
commit419c20e7058b65a5b7f716ffed39cabd3f82008a (patch)
treebdb4ba69399881845bc09632317c0b3dc98a2d9f /graphics/converseen
parent6d23352ad55673d21cc638c4c21046b992f7709d (diff)
downloadports-419c20e7058b65a5b7f716ffed39cabd3f82008a.tar.gz
ports-419c20e7058b65a5b7f716ffed39cabd3f82008a.zip
Adjust dependencies.
- Depend on qt4-network. - Depend only on qt4-linguisttools instead of qt4-linguist for the *.qm files. - Drop unused gettext and iconv dependencies. - Set LICENSE_FILE. PR: 202557 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Approved by: fernando.apesteguia@gmail.com <maintainer>
Notes
Notes: svn path=/head/; revision=395250
Diffstat (limited to 'graphics/converseen')
-rw-r--r--graphics/converseen/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile
index 29ab5ac37c02..b56a39a44dd8 100644
--- a/graphics/converseen/Makefile
+++ b/graphics/converseen/Makefile
@@ -3,6 +3,7 @@
PORTNAME= converseen
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.9/
@@ -10,11 +11,12 @@ MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Easy to use graphics conversion utility
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
-USES= cmake gettext iconv tar:bzip2
-USE_QT4= corelib gui linguist_build moc_build qmake_build \
+USES= cmake tar:bzip2
+USE_QT4= corelib network gui linguisttools_build moc_build qmake_build \
rcc_build uic_build
post-patch: