aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-18 01:43:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-18 01:43:49 +0000
commitab44c29293094368fc720a6aedc7ec1a541df2aa (patch)
tree5000bb00998ee3a9a05f55fc4da244894fedb033 /Mk/bsd.port.mk
parentb42aba98db737a8bb0c743c995c396a478a64c63 (diff)
downloadports-ab44c29293094368fc720a6aedc7ec1a541df2aa.tar.gz
ports-ab44c29293094368fc720a6aedc7ec1a541df2aa.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b09c8eb94e7e..cee5b8fb519d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1396,10 +1396,6 @@ ETCDIR?= ${PREFIX}/etc/${PORTNAME}
.include "${PORTSDIR}/Mk/bsd.linux-apps.mk"
.endif
-.if defined(X_WINDOW_SYSTEM) && ${X_WINDOW_SYSTEM:L} != "xorg"
-IGNORE= cannot be installed: bad X_WINDOW_SYSTEM setting; valid value is 'xorg'
-.endif
-
.if ${X11BASE} != ${LOCALBASE}
.BEGIN:
@${ECHO_MSG} "X11BASE is now deprecated. Unset X11BASE in make.conf and try again."
@@ -2013,10 +2009,6 @@ MAKE_ENV+= DISPLAY="localhost:1001"
.endif
.endif
-.if defined(USE_XPM)
-IGNORE= USE_XPM is deprecated. Use USE_XORG=xpm instead.
-.endif
-
XAWVER= 8
PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist'
@@ -5600,7 +5592,7 @@ package-recursive: package
(cd $$dir; ${MAKE} package-noinstall); \
done
-# Show missing dependiencies
+# Show missing dependencies
missing:
@_origins=$$(${PKG_INFO} -aoq); \
for dir in $$(${ALL-DEPENDS-LIST}); do \