summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-03 16:01:44 +0000
committerhubertf <hubertf>2001-01-03 16:01:44 +0000
commit7590b58baa829870a82f7e6d1dd90b8be57d6671 (patch)
tree03f85fcb78053624bfca0834ba21127e5fab1678
parent4bd2d9ecb757ded32800ec2b5f52cf2722868e2c (diff)
downloadpkgsrc-7590b58baa829870a82f7e6d1dd90b8be57d6671.tar.gz
This works really fine without $DISPLAY set!
-rw-r--r--graphics/gimp/Makefile9
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: