diff options
author | tron <tron@pkgsrc.org> | 1998-05-07 15:26:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-07 15:26:01 +0000 |
commit | 46429b986bdadd525a6b47011f79addaec73f496 (patch) | |
tree | 0cdb20e62dafd14f33c98064d4902232f4a70500 | |
parent | 8f1365f06967ef484b4d03a303a502d04e2e9233 (diff) | |
download | pkgsrc-46429b986bdadd525a6b47011f79addaec73f496.tar.gz |
Only set "IS_INTERACTIVE= yes" if we are not running under X11.
-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 |