diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-05-26 15:43:33 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-05-26 15:43:33 +0000 |
commit | 95163ab1679e67d23fd35071755f3796b3108a98 (patch) | |
tree | 90f4b9d8d6b14cca2b6aa914c2c90e17d01edffc /emulators | |
parent | 93778b3c1639508fe5691400a0e3783580e8bd27 (diff) | |
download | ports-95163ab1679e67d23fd35071755f3796b3108a98.tar.gz ports-95163ab1679e67d23fd35071755f3796b3108a98.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index e72a06cdd789..aaf9a702fadf 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -35,7 +35,7 @@ RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 6.0.0 -BUILD_VER= 44426 +BUILD_VER= 45731 .include <bsd.port.pre.mk> diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 8c993b4397b9..881eda1b71b2 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -47,7 +47,7 @@ RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 6.0.0 -BUILD_VER= 44426 +BUILD_VER= 45731 .include <bsd.port.pre.mk> @@ -70,7 +70,7 @@ BITS?= 32 .else # ${ARCH} == amd64 BITS?= 64 .endif -.if ((${OSVERSION} >= 500000) && (${OSVERSION} < 530000)) || (${ARCH} == i386) +.if ((${OSVERSION} >= 500000) && (${OSVERSION} < 530000)) && (${ARCH} == i386) OSSFX?= -50 .elif ${OSVERSION} < 600000 OSSFX?= |