diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-08 00:13:53 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-08 00:13:53 +0800 |
commit | 7cb06273bb980df242c5a540d969bd1cf2d1a06c (patch) | |
tree | 6305537d4b610b0f560d79b9698ecfd8fe761ec3 /Mk | |
parent | bb39ed0f8cdf00bf591b3cc15f57c0193dfdc513 (diff) | |
download | freebsd-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.mk | 2 |
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 |