summaryrefslogtreecommitdiff
path: root/devel/imake-6
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-23 23:45:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-23 23:45:10 +0000
commit42e71648ada8ee05eb0e8f6da5e8813448ba5da0 (patch)
treecc9090e860d3788805ef8c791dc81de80cb222e1 /devel/imake-6
parentBump PORTREVISION as these need to be recompiled with X.Org. (diff)
- Add a check to prevent installation to wrong X distribution, as seen
in other XFree86/X.Org ports. Approved by: anholt (x11 hat)
Notes
Notes: svn path=/head/; revision=114532
Diffstat (limited to 'devel/imake-6')
-rw-r--r--devel/imake-6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/imake-6/Makefile b/devel/imake-6/Makefile
index 531b63e46319..0a9bc8c6150f 100644
--- a/devel/imake-6/Makefile
+++ b/devel/imake-6/Makefile
@@ -60,4 +60,8 @@ pre-configure:
post-install:
@${MKHTMLINDEX} ${PREFIX}/lib/X11/doc/html
+.if ${X_WINDOW_SYSTEM:L} != xorg
+IGNORE= is part of X.Org. For switching to X.Org, read UPDATING entry 20040723
+.endif
+
.include <bsd.port.post.mk>