aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-09-14 03:45:08 +0800
committerflz <flz@FreeBSD.org>2007-09-14 03:45:08 +0800
commite834c080fbcd49b7691f9cc56e1bac850897da63 (patch)
tree2d6de9d0a7f1a29f6b03a566b76ab749b25a90d4 /Mk/bsd.port.mk
parentebe82e20eae947e28cd10cdab731cd3e11debc36 (diff)
downloadfreebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.tar.gz
freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.tar.zst
freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.zip
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ef168d49f82e..ab08c18fe18b 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1940,6 +1940,12 @@ BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison
.include "${PORTSDIR}/Mk/bsd.local.mk"
.endif
+.if defined(USE_XORG) || defined(XORG_CAT)
+. if ${X_WINDOW_SYSTEM} == "xorg"
+.include "${PORTSDIR}/Mk/bsd.xorg.mk"
+. endif
+.endif
+
.if defined(USE_MYSQL) || defined(WANT_MYSQL_VER) || \
defined(USE_PGSQL) || defined(WANT_PGSQL_VER) || \
defined(USE_BDB) || defined(USE_SQLITE) || defined(USE_FIREBIRD)