diff options
-rw-r--r-- | graphics/gimpfx-foundry/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/gimpfx-foundry/Makefile b/graphics/gimpfx-foundry/Makefile index 6ed3d2644d6f..e113fe8a9d93 100644 --- a/graphics/gimpfx-foundry/Makefile +++ b/graphics/gimpfx-foundry/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimpfx-foundry -# Date created: 7 February 2008 -# Whom: Christoph Moench-Tegeder <cmt@burggraben.net> -# +# Created by: Christoph Moench-Tegeder <cmt@burggraben.net> # $FreeBSD$ -# PORTNAME= gimpfx-foundry PORTVERSION= 2.6 @@ -13,9 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-scriptpack/${PORTNAME}-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= cmt@burggraben.net -COMMENT= A collection of scripts for The Gimp 2.6 +COMMENT= Collection of scripts for The Gimp 2.6 -RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app +# Maintainer has requested this use a specific version +# as the plugins may not always be backwards-compatible +RUN_DEPENDS= gimp-2.8:${PORTSDIR}/graphics/gimp-app NO_BUILD= yes NO_WRKSUBDIR= yes |