aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.linux-apps.mk
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-04-08 12:26:24 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-04-08 12:26:24 +0000
commite4f65a9d292df32f49d2182b18eb99aed58851fd (patch)
treecfcc73e088c912ea237f045d0e792ea11eddddee /Mk/bsd.linux-apps.mk
parente02ffe1d9543138f8d87896fb7f223df1bff2d88 (diff)
downloadports-e4f65a9d292df32f49d2182b18eb99aed58851fd.tar.gz
ports-e4f65a9d292df32f49d2182b18eb99aed58851fd.zip
Notes
Diffstat (limited to 'Mk/bsd.linux-apps.mk')
-rw-r--r--Mk/bsd.linux-apps.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk
index da24fc0b7e50..09d7e79810ff 100644
--- a/Mk/bsd.linux-apps.mk
+++ b/Mk/bsd.linux-apps.mk
@@ -425,7 +425,9 @@ _USE_LINUX_APPS+=${${component}_DEPENDS} ${component}
# Set dependencies for _USE_LINUX_APPS which exists at _LINUX_APPS_ALL
. for component in ${_LINUX_APPS_ALL}
. if ${_USE_LINUX_APPS:M${component}}!=""
+. if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE)
RUN_DEPENDS+= ${${component}_DETECT}:${${component}_PORT}
+. endif
. endif
. endfor
.endif