diff options
Diffstat (limited to 'graphics/gimp/Makefile')
-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 |