diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-11-13 01:20:57 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-11-13 01:20:57 +0000 |
commit | 7de78079d80776005dff9a6d974f60dd8dc41db9 (patch) | |
tree | 33209d146874e132acd41ff053922a168fe9ff78 /graphics/gimpshop/files/patch-plug-ins_Makefile.in | |
parent | 272654bfb9dc704fdb0240c0f212a09b1505e05f (diff) | |
download | FreeBSD-ports-7de78079d80776005dff9a6d974f60dd8dc41db9.zip FreeBSD-ports-7de78079d80776005dff9a6d974f60dd8dc41db9.tar.gz |
Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).
Diffstat (limited to 'graphics/gimpshop/files/patch-plug-ins_Makefile.in')
-rw-r--r-- | graphics/gimpshop/files/patch-plug-ins_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimpshop/files/patch-plug-ins_Makefile.in b/graphics/gimpshop/files/patch-plug-ins_Makefile.in new file mode 100644 index 0000000..3662e91 --- /dev/null +++ b/graphics/gimpshop/files/patch-plug-ins_Makefile.in @@ -0,0 +1,11 @@ +--- plug-ins/Makefile.in.orig Mon Nov 13 08:16:29 2000 ++++ plug-ins/Makefile.in Mon Nov 13 08:16:45 2000 +@@ -111,7 +111,7 @@ + GT_NO = @GT_NO@ + GT_YES = @GT_YES@ + HAVE_GTK_DOC = @HAVE_GTK_DOC@ +-HELPBROWSER = @HELPBROWSER@ ++#HELPBROWSER = @HELPBROWSER@ + HTML_DIR = @HTML_DIR@ + INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ + INSTOBJEXT = @INSTOBJEXT@ |