diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 12:03:33 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 12:03:33 +0800 |
| commit | 8edbf229f390af2eb264aef662b3cb064c16f4f9 (patch) | |
| tree | b12b9b15d1c3c692eb41b221e55d23299baa20df /graphics | |
| parent | 5d44b0838d469eea109ca839bd966999a80f92b8 (diff) | |
| download | marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.gz marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.bz2 marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.lz marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.xz marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.zst marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.zip | |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9562 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/evince/Makefile | 5 | ||||
| -rw-r--r-- | graphics/gimp-app-devel/Makefile | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 90b7796a7..3e5e60662 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.76 2007/08/28 03:41:34 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.77 2007/09/04 06:18:15 mezz Exp $ # PORTNAME= evince PORTVERSION= 2.19.92 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer -LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk USE_LDCONFIG= yes USE_BZIP2= yes diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 36cecf7ca..6b5606302 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.12 2007/04/03 17:41:42 ahze Exp $ +# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.15 2007/09/09 22:45:26 mezz Exp $ # PORTNAME= gimp-app DISTVERSION= 2.4.0-rc1 -PORTREVISION= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -27,7 +27,7 @@ COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ |
