diff options
author | tron <tron> | 1998-06-20 23:50:26 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-20 23:50:26 +0000 |
commit | 56ff7ba0e721fa7b0c81004580bcf358abd6676c (patch) | |
tree | 2ddb22028dac91e7a2decda63b17ec9d16ed75c5 /graphics/gimp | |
parent | be2012e38c9356a991c67cecef10e7add1662262 (diff) | |
download | pkgsrc-56ff7ba0e721fa7b0c81004580bcf358abd6676c.tar.gz |
Remove unnecessary "USE_GTEXINFO= yes".
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6ab10ab4c7b..46484e136ab 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/06/20 23:47:25 tron Exp $ +# $NetBSD: Makefile,v 1.19 1998/06/20 23:50:26 tron Exp $ DISTNAME= gimp-1.0.0 CATEGORIES= graphics @@ -25,7 +25,6 @@ GIMP_DATA= gimp-data-extras-1.0.0 IS_INTERACTIVE= yes .endif USE_X11= yes -USE_GTEXINFO= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" |