diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 07:09:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 07:09:07 +0800 |
commit | 79e1a83e414e54f2b087c20cd4925a0fab93e0bc (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /graphics | |
parent | e239e0d9a0a9c0259b3a19b1d2c30586f4c14854 (diff) | |
download | freebsd-ports-gnome-79e1a83e414e54f2b087c20cd4925a0fab93e0bc.tar.gz freebsd-ports-gnome-79e1a83e414e54f2b087c20cd4925a0fab93e0bc.tar.zst freebsd-ports-gnome-79e1a83e414e54f2b087c20cd4925a0fab93e0bc.zip |
Chase icu, graphite2 and libexttextcat bump
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapnik/Makefile | 1 | ||||
-rw-r--r-- | graphics/qxv/Makefile | 10 |
2 files changed, 4 insertions, 7 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 3dfcd86d046f..c51a869aceff 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -3,6 +3,7 @@ PORTNAME= mapnik PORTVERSION= 2.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics geography MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ 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 \ |