diff options
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index ac01bafc241..892cf799f0b 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/05/07 15:17:46 tron Exp $ +# $NetBSD: Makefile,v 1.15 1998/05/07 15:26:01 tron Exp $ DISTNAME= gimp-0.99.28 CATEGORIES= graphics @@ -20,7 +20,9 @@ DEPENDS+= xpm-3.4j:../../graphics/xpm GIMP_DATA= gimp-data-extras-0.99a +.ifndef DISPLAY IS_INTERACTIVE= yes +.endif USE_X11= yes USE_GTEXINFO= yes GNU_CONFIGURE= yes |