aboutsummaryrefslogtreecommitdiffstats
path: root/devel/imake-6
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-24 07:45:10 +0800
committerpav <pav@FreeBSD.org>2004-07-24 07:45:10 +0800
commit3d59021c0917e89a2c7b2a22e98d30fc9e68fa52 (patch)
treee12830023e0f0adc2f7dc144c17f1720347d63be /devel/imake-6
parent42c8e6408ad4dec742521d602c68d88a18b8b60a (diff)
downloadfreebsd-ports-gnome-3d59021c0917e89a2c7b2a22e98d30fc9e68fa52.tar.gz
freebsd-ports-gnome-3d59021c0917e89a2c7b2a22e98d30fc9e68fa52.tar.zst
freebsd-ports-gnome-3d59021c0917e89a2c7b2a22e98d30fc9e68fa52.zip
- Add a check to prevent installation to wrong X distribution, as seen
in other XFree86/X.Org ports. Approved by: anholt (x11 hat)
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>