aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-app
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-24 18:41:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-24 18:41:07 +0000
commit3c16b3e70e1d056a4947cbe632e793921a32843c (patch)
tree3e9c9ef8ef2801e3f6eee46932c08873ba15de05 /graphics/gimp-app
parent1196ef07bdc041a1f688c55b1560cd2ef33e2601 (diff)
downloadports-3c16b3e70e1d056a4947cbe632e793921a32843c.tar.gz
ports-3c16b3e70e1d056a4947cbe632e793921a32843c.zip
- Fix python plugin: it expects a png logo, which is not included
in the tarball.
Notes
Notes: svn path=/head/; revision=125082
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r--graphics/gimp-app/files/patch-plug-ins-pygimp-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-plug-ins-pygimp-Makefile.in b/graphics/gimp-app/files/patch-plug-ins-pygimp-Makefile.in
new file mode 100644
index 000000000000..4ec8ad5492bf
--- /dev/null
+++ b/graphics/gimp-app/files/patch-plug-ins-pygimp-Makefile.in
@@ -0,0 +1,11 @@
+--- plug-ins/pygimp/Makefile.in.orig Fri Dec 24 15:37:44 2004
++++ plug-ins/pygimp/Makefile.in Fri Dec 24 16:14:44 2004
+@@ -433,7 +433,7 @@
+ gimpfu.py
+
+
+-pygimp_DATA = pygimp-logo.png
++pygimp_DATA =
+
+ pyenvdir = $(gimpplugindir)/environ
+