diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-25 17:19:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-25 17:19:20 +0800 |
commit | ab925eae51185af7d3301ecde91347cc15b29957 (patch) | |
tree | 3510d8114a8de09de1e0c6b530f1429293c1c9ca /emulators | |
parent | e76a8576db3b821c79a4e10837f4ddb2d010629d (diff) | |
download | freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.tar.gz freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.tar.zst freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.zip |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware2/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index b77ffc6b4e5b..33ae505b2c7c 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -32,6 +32,7 @@ RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RESTRICTED= "Not sure if we can redistribute it" +USE_SUBMAKE= yes LINUX_DIR= /compat/linux VMDIR= ${PREFIX}/lib/vmware diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 4a4ace5aefcd..305ceeb18b29 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -36,6 +36,7 @@ FREEBSD_MODULE_SITES= \ ftp://mirror.aarnet.edu.au/pub/vmware/freebsd/ \ http://mirror.aarnet.edu.au/pub/vmware/freebsd/ +USE_SUBMAKE= yes USE_LINUX= yes VMDIR= ${PREFIX}/lib/vmware diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 4a4ace5aefcd..305ceeb18b29 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -36,6 +36,7 @@ FREEBSD_MODULE_SITES= \ ftp://mirror.aarnet.edu.au/pub/vmware/freebsd/ \ http://mirror.aarnet.edu.au/pub/vmware/freebsd/ +USE_SUBMAKE= yes USE_LINUX= yes VMDIR= ${PREFIX}/lib/vmware |