diff options
-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" |