diff options
author | knu <knu@FreeBSD.org> | 2000-09-25 15:19:31 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-25 15:19:31 +0800 |
commit | 55f19aa26ac0ce77823706a4422f16536e15a5a3 (patch) | |
tree | 18030db954687ae7c34cb24ad58f565fe21bd63c /emulators/linux-vmware-toolbox5 | |
parent | 95cc429239f48e3236a1d6d5b3f57a2ed928a0a9 (diff) | |
download | freebsd-ports-gnome-55f19aa26ac0ce77823706a4422f16536e15a5a3.tar.gz freebsd-ports-gnome-55f19aa26ac0ce77823706a4422f16536e15a5a3.tar.zst freebsd-ports-gnome-55f19aa26ac0ce77823706a4422f16536e15a5a3.zip |
Clean up with USE_LINUX.
PR: ports/21500
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
Diffstat (limited to 'emulators/linux-vmware-toolbox5')
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index a232e0c07592..fbb3ed7af652 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/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 |