diff options
author | marcus <marcus@FreeBSD.org> | 2007-08-28 03:53:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-08-28 03:53:52 +0000 |
commit | 3efd583f699afc4d374c3f1ca24a3f0aa9358a65 (patch) | |
tree | 45c13aeba0357ca9ce5fe992fff6b5e1a9145142 | |
parent | a16f0c9216270a70cb5a7f12654baa8d181152ac (diff) | |
download | FreeBSD-ports-3efd583f699afc4d374c3f1ca24a3f0aa9358a65.zip FreeBSD-ports-3efd583f699afc4d374c3f1ca24a3f0aa9358a65.tar.gz |
Chase the name of the gimp executable:
PR: 115817
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
-rw-r--r-- | graphics/gimp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index b0afcf0..e8932cd 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY?= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= The "meta-port" for The Gimp -RUN_DEPENDS= gimp-2.3:${PORTSDIR}/graphics/gimp-app-devel +RUN_DEPENDS= gimp-2.4:${PORTSDIR}/graphics/gimp-app-devel OPTIONS= PYTHON "Python-fu support" Off \ PRINT "Gutenprint (gimp-print) plugin" On |