diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-05 23:23:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-05 23:23:55 +0000 |
commit | 9754fa35b68286001df05617393de45033e3d016 (patch) | |
tree | 9fc8e7982e3c1feae27dd3ad04c623005d215668 /graphics/gimpfx-foundry | |
parent | 1adae81a8dab0b1c5f332bc99a9892883e8439a0 (diff) |
- Update dependency on GIMP to 2.6
PR: 128614
Submitted by: Christoph Moench-Tegeder <cmt at burggraben dot net> (maintainer)
Notes
Notes:
svn path=/head/; revision=222430
Diffstat (limited to 'graphics/gimpfx-foundry')
-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 |