diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
commit | 2ed39f40cb41cc6764c2c921693386154414cc88 (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /graphics/qxv | |
parent | 8f0494917658b439b8e8ecae0f6b71c1defa141f (diff) | |
download | ports-2ed39f40cb41cc6764c2c921693386154414cc88.tar.gz ports-2ed39f40cb41cc6764c2c921693386154414cc88.zip |
Notes
Diffstat (limited to 'graphics/qxv')
-rw-r--r-- | graphics/qxv/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile index 6de28a82278b..1b183f0e2b4d 100644 --- a/graphics/qxv/Makefile +++ b/graphics/qxv/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: qxv -# Date created: 28 August 2012 -# Whom: cy -# +# Created by: cy # $FreeBSD$ -# PORTNAME= qxv PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= graphics MASTER_SITES= http://labs.freehackers.org/attachments/download/422/ @@ -22,7 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ iconv.3:${PORTSDIR}/converters/iconv \ - icui18n.48:${PORTSDIR}/devel/icu \ + icui18n:${PORTSDIR}/devel/icu \ intl.9:${PORTSDIR}/devel/gettext \ pcre.3:${PORTSDIR}/devel/pcre \ pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \ |