diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 23:29:48 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 23:29:48 +0000 |
commit | a9d833cd9ef8aa64657e6b401bcab250ca9ef4ad (patch) | |
tree | 96c15f3c59f2a0f1991e7c372ef08c042e874c0b /Mk | |
parent | 8885b948d2dd52a36ac11cd328e6131bc8ee63f6 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
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) |