diff options
author | tv <tv> | 1998-07-15 11:45:49 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-15 11:45:49 +0000 |
commit | 3d476d4c21a8bb99ca21ba433f6a88076544d096 (patch) | |
tree | 10fcf9f9d50e9fdd4933a225c72da071c573cdf7 /graphics/gimp | |
parent | 54bca736804823dbdab8246f6109aeec7861890a (diff) | |
download | pkgsrc-3d476d4c21a8bb99ca21ba433f6a88076544d096.tar.gz |
Update libpng to 1.0.2. Works with all dependent pkgs I have tested
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed
much, say the install instructions, but it isn't binary compatible--bump
shlib version to 1.0.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 5d71e3d945c..ede134755c9 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1998/07/04 09:18:59 mycroft Exp $ +# $NetBSD: Makefile,v 1.22 1998/07/15 11:45:50 tv Exp $ DISTNAME= gimp-1.0.0 CATEGORIES= graphics @@ -9,11 +9,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= bsieker@techfak.uni-bielefeld.de -BUILD_DEPENDS= emacs:../../editors/emacs DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk+-1.0.4:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib -DEPENDS+= png-0.96:../../graphics/png +DEPENDS+= png-1.0.2:../../graphics/png DEPENDS+= tiff-3.4:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm @@ -26,9 +25,9 @@ IS_INTERACTIVE= yes .endif USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" +CFLAGS= -pipe -O2 -I${LOCALBASE}/include INFO_FILES= pdb.info |