diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-25 07:19:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-25 07:19:31 +0000 |
commit | 83b42f5540113836791b143cfd49ea4e3ed79685 (patch) | |
tree | 1513ff90743bfa42b9336c945e26abc89d71cbf5 /emulators/linux-vmware-toolbox2/Makefile | |
parent | Fix hardcoded paths. (diff) |
Clean up with USE_LINUX.
PR: ports/21500
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=33086
Diffstat (limited to 'emulators/linux-vmware-toolbox2/Makefile')
-rw-r--r-- | emulators/linux-vmware-toolbox2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox2/Makefile b/emulators/linux-vmware-toolbox2/Makefile index a232e0c07592..fbb3ed7af652 100644 --- a/emulators/linux-vmware-toolbox2/Makefile +++ b/emulators/linux-vmware-toolbox2/Makefile @@ -14,9 +14,8 @@ DISTNAME= vmware-linux-tools MAINTAINER= matusita@jp.FreeBSD.org -RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 +USE_LINUX= yes USE_X_PREFIX= yes NO_BUILD= yes @@ -25,7 +24,6 @@ RESTRICTED= "Not sure if we can redistribute this." .include <bsd.port.pre.mk> LINUX_FLP?= ${DISTDIR}/linux.flp -LINUX_DIR?= /compat/linux MOUNT_PT?= ${WRKDIR}/mnt .if exists(${LINUX_FLP}) MOUNT_DEV?= vn0 |