aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-09-13 23:29:48 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-09-13 23:29:48 +0000
commita9d833cd9ef8aa64657e6b401bcab250ca9ef4ad (patch)
tree96c15f3c59f2a0f1991e7c372ef08c042e874c0b /Mk
parent8885b948d2dd52a36ac11cd328e6131bc8ee63f6 (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5d0020c1a2b8..3a4bb90fe371 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1942,12 +1942,6 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
.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)