diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-17 23:29:22 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-17 23:29:22 +0000 |
commit | 6d72c57047080f4fad98e121b838ed3933b85845 (patch) | |
tree | e9f7f96711ab1451f15ac2d1bbce64f1977bb23e | |
parent | a7f3450c665b7f125e7dc5a10dd5ff6c32917c8b (diff) |
Notes
-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 |