summaryrefslogtreecommitdiff
path: root/graphics/gimp-current/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-14 16:52:28 +0000
committertron <tron@pkgsrc.org>2000-03-14 16:52:28 +0000
commit4c068544a7c54a062abb815f17bfad07988f91b5 (patch)
tree6f0d9e1b9f9a7c18bdafc0bd6164768556afe27e /graphics/gimp-current/Makefile
parent5067d6e9b37e09ab79112c72da67cdf5113d90a6 (diff)
downloadpkgsrc-4c068544a7c54a062abb815f17bfad07988f91b5.tar.gz
Update "gimp-current" package to version 1.1.18 and disablele "helpbrowser" to
avoid dependence on "gnome-libs" packages. Version 1.1.18 fixes several bugs discovered in release 1.1.13 and invents many new features. The complete change list contains more than 5000 lines and can't be listed here.
Diffstat (limited to 'graphics/gimp-current/Makefile')
-rw-r--r--graphics/gimp-current/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile
index a2dee8fc76f..5fe48b34e8c 100644
--- a/graphics/gimp-current/Makefile
+++ b/graphics/gimp-current/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.8 2000/03/13 14:59:14 tron Exp $
+# $NetBSD: Makefile,v 1.9 2000/03/14 16:52:28 tron Exp $
-DISTNAME= gimp-1.1.13
+DISTNAME= gimp-1.1.18
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.13/ \
- ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gimp/unstable/v1.1.13/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.13/
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.18/ \
+ ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/unstable/v1.1.18/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.18/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= hubertf@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gimp.org/
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= gnome-libs>=1.0.55:../../x11/gnome-libs
+DEPENDS+= gtk+>=1.2.7:../../x11/gtk
DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib
DEPENDS+= png>=1.0.3:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= gettext-0.10.*:../../devel/gettext
USE_X11BASE= yes
USE_GMAKE= yes
@@ -25,7 +24,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} \
--disable-perl \
--disable-python
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INTLLIBS="-lintl"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INTLLIBS="-lintl" \
+ GNOME_CONFIG=no
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib