summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-28 07:23:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-28 07:23:01 +0000
commit84fbdfe4cfb98b452bfcf7f9f9b06734ab005713 (patch)
tree2445b30679749173b6d0b28842f38eb7012d206f /lang
parentadd xmotd 1.16 (diff)
Use USE_LINUX rather than a RUN_DEPEND.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=47007
Diffstat (limited to 'lang')
-rw-r--r--lang/compaq-cc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile
index 26bb78777a56..25f54a59d74d 100644
--- a/lang/compaq-cc/Makefile
+++ b/lang/compaq-cc/Makefile
@@ -23,7 +23,6 @@ MAINTAINER= obrien@FreeBSD.org
RESTRICTED= "Distribution not allowed"
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
-RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= alpha
@@ -42,6 +41,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
NO_MTREE= yes
+USE_LINUX= yes
do-install:
@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \