aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-04-08 00:13:53 +0800
committerbsam <bsam@FreeBSD.org>2009-04-08 00:13:53 +0800
commit7cb06273bb980df242c5a540d969bd1cf2d1a06c (patch)
tree6305537d4b610b0f560d79b9698ecfd8fe761ec3 /Mk
parentbb39ed0f8cdf00bf591b3cc15f57c0193dfdc513 (diff)
downloadfreebsd-ports-gnome-7cb06273bb980df242c5a540d969bd1cf2d1a06c.tar.gz
freebsd-ports-gnome-7cb06273bb980df242c5a540d969bd1cf2d1a06c.tar.zst
freebsd-ports-gnome-7cb06273bb980df242c5a540d969bd1cf2d1a06c.zip
Do an actual check of USE_LINUX_APPS.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.linux-apps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk
index 369b3f69ef76..217ea0a74ed4 100644
--- a/Mk/bsd.linux-apps.mk
+++ b/Mk/bsd.linux-apps.mk
@@ -70,7 +70,7 @@ _LINUX_APPS_ALL+= _LINUX_26_APPS
# Let's check if components from USE_LINUX_APPS exist at _LINUX_26_APPS for LINUX_DIST_SUFFIX:=""
. if ${LINUX_DIST_SUFFIX}==""
-. for component in ${_LINUX_26_APPS}
+. for component in ${USE_LINUX_APPS}
. if ${_LINUX_26_APPS:M${component}}!=""
IGNORE= bsd.linux-apps.mk test failed: The component ${component} can be used with at least linux_base-f8
. endif