diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-03 17:30:07 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-03 17:30:07 +0000 |
commit | f4d516c91ba9fa596c123141e326f35669a745c1 (patch) | |
tree | 76e4a78487798fbc5b8e01d60bfc06b3c4bc7b89 /Mk/bsd.linux-apps.mk | |
parent | 5fe4ea566e89464270ac6f30852675908261c90c (diff) | |
download | ports-f4d516c91ba9fa596c123141e326f35669a745c1.tar.gz ports-f4d516c91ba9fa596c123141e326f35669a745c1.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 09907392fe02..7b2199b9b161 100644 --- a/Mk/bsd.linux-apps.mk +++ b/Mk/bsd.linux-apps.mk @@ -510,7 +510,7 @@ IGNORE= bsd.linux-apps.mk test failed: Invalid component USE_LINUX_APPS=${compon . if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE) IGNORE= bsd.linux-apps.mk test failed: The component ${component} is empty for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is empty) . else -IGNORE= bsd.linux-apps.mk test failed: The component ${component} is not defined for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is not defined) +IGNORE= bsd.linux-apps.mk test failed: The component ${component} is not defined for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s) . endif . endif . endfor |