diff options
-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 e72a06cdd78..aaf9a702fad 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 8c993b4397b..881eda1b71b 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?= |