diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-03 16:01:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-03 16:01:44 +0000 |
commit | 500565130b22fed1f8544c7a1cb81064c96f04e4 (patch) | |
tree | 03f85fcb78053624bfca0834ba21127e5fab1678 /graphics/gimp | |
parent | 07a4ed5624385cade0b106384bbfe54661023075 (diff) | |
download | pkgsrc-500565130b22fed1f8544c7a1cb81064c96f04e4.tar.gz |
This works really fine without $DISPLAY set!
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 2df2c4ad5ae..4c085e5bf15 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2000/12/28 15:46:26 tron Exp $ +# $NetBSD: Makefile,v 1.62 2001/01/03 16:01:44 hubertf Exp $ DISTNAME= gimp-1.2.0 CATEGORIES= graphics @@ -21,9 +21,6 @@ DEPENDS+= tiff-*:../../graphics/tiff GIMP_DATA= gimp-data-extras-1.2.0 -.ifndef DISPLAY -IS_INTERACTIVE= YES -.endif USE_X11BASE= yes USE_XPM= yes USE_GMAKE= yes @@ -51,10 +48,6 @@ LDFLAGS+= -Wl,-E .endif pre-build: - @if [ "$$DISPLAY" = "" ]; then \ - ${ECHO} "${DISTNAME} can only be built under X11."; \ - exit 1; \ - fi ${LINK.c} -o ${WRKSRC}/docs/pdb_self_doc ${FILESDIR}/pdb_self_doc.c post-install: |