diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-18 07:29:22 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-18 07:29:22 +0800 |
commit | 6bc7f6e6837d3124680c59c4e04930b8a098d3e9 (patch) | |
tree | e9f7f96711ab1451f15ac2d1bbce64f1977bb23e /graphics | |
parent | cccf8250facb0dcbdcf707077fa69b9310bc5740 (diff) | |
download | freebsd-ports-gnome-6bc7f6e6837d3124680c59c4e04930b8a098d3e9.tar.gz freebsd-ports-gnome-6bc7f6e6837d3124680c59c4e04930b8a098d3e9.tar.zst freebsd-ports-gnome-6bc7f6e6837d3124680c59c4e04930b8a098d3e9.zip |
- Fix dependency on updated gimp-2.8
- Trim header
PR: ports/176890
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
Diffstat (limited to 'graphics')
-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 |