diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-06 07:23:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-06 07:23:55 +0800 |
commit | 35c5d8b73b9cfda8a63d26fb42a29c0f6c1b6026 (patch) | |
tree | 5bf0403f98a43695e1249b621248fd053c624154 /graphics | |
parent | da05a92f4a7b53c32f9eba287958360418be4c1d (diff) | |
download | freebsd-ports-gnome-35c5d8b73b9cfda8a63d26fb42a29c0f6c1b6026.tar.gz freebsd-ports-gnome-35c5d8b73b9cfda8a63d26fb42a29c0f6c1b6026.tar.zst freebsd-ports-gnome-35c5d8b73b9cfda8a63d26fb42a29c0f6c1b6026.zip |
- Update dependency on GIMP to 2.6
PR: 128614
Submitted by: Christoph Moench-Tegeder <cmt at burggraben dot net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimpfx-foundry/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimpfx-foundry/Makefile b/graphics/gimpfx-foundry/Makefile index 2bef1f6de631..87f5a562768b 100644 --- a/graphics/gimpfx-foundry/Makefile +++ b/graphics/gimpfx-foundry/Makefile @@ -7,14 +7,15 @@ PORTNAME= gimpfx-foundry PORTVERSION= 20080323 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-scriptpack-${PORTVERSION} MAINTAINER= cmt@burggraben.net -COMMENT= A collection of scripts for The Gimp 2.4 +COMMENT= A collection of scripts for The Gimp 2.6 -RUN_DEPENDS= gimp-2.4:${PORTSDIR}/graphics/gimp-app +RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app NO_BUILD= yes NO_WRKSUBDIR= yes |