summaryrefslogtreecommitdiff
path: root/graphics/gimp-helpbrowser
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-07-05 03:40:27 +0000
committerhubertf <hubertf@pkgsrc.org>2000-07-05 03:40:27 +0000
commit923d6efda1a89f7fd35aadc379f154e4c1d96d37 (patch)
tree5e917a2075891c8237877287988128a7b78971fc /graphics/gimp-helpbrowser
parent75c49d97540874dce00b45dbd11cb50b0fec5554 (diff)
downloadpkgsrc-923d6efda1a89f7fd35aadc379f154e4c1d96d37.tar.gz
Update to gimp 1.1.24 (1.2pre).
Diffstat (limited to 'graphics/gimp-helpbrowser')
-rw-r--r--graphics/gimp-helpbrowser/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-helpbrowser/Makefile b/graphics/gimp-helpbrowser/Makefile
index e4a044f23a5..0bef920ec21 100644
--- a/graphics/gimp-helpbrowser/Makefile
+++ b/graphics/gimp-helpbrowser/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2000/06/30 10:04:47 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/05 03:40:27 hubertf Exp $
-DISTNAME= gimp-1.1.18
+DISTNAME= gimp-1.1.24
PKGNAME= ${DISTNAME:S/-/-helpbrowser-/}
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.18/ \
- ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/v1.1.18/ \
- ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/unstable/v1.1.18/
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.24/ \
+ ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/v1.1.24/ \
+ ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/unstable/v1.1.24/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
@@ -45,7 +45,7 @@ SRCS= helpbrowser.c queue.c
do-build:
.for SRC in ${SRCS}
cd ${WRKSRC}/plug-ins/helpbrowser && \
- ${CC} ${CFLAGS} `${GNOME_CONFIG} --cflags gtkxmhtml gtk glib` \
+ ${CC} ${CFLAGS} ${CPPFLAGS} `${GNOME_CONFIG} --cflags gtkxmhtml gtk glib` \
`${GIMP_CONFIG} --cflags` -I../.. -c ${SRC}
.endfor
cd ${WRKSRC}/plug-ins/helpbrowser && \