diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-07 16:13:53 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-07 16:13:53 +0000 |
commit | f6600f368684433691d4bfc67fbf2ce6e7c0ec5c (patch) | |
tree | 25ff1c2978e270a3299998672507cad7791bb60c /Mk/bsd.linux-apps.mk | |
parent | 3ede472045acea82ec65e9daddd94d5a643084f9 (diff) | |
download | ports-f6600f368684433691d4bfc67fbf2ce6e7c0ec5c.tar.gz ports-f6600f368684433691d4bfc67fbf2ce6e7c0ec5c.zip |
Notes
Diffstat (limited to 'Mk/bsd.linux-apps.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 |