diff options
author | pav <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | 72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch) | |
tree | d1102c67d6d770e809475dae366f152130cb1883 /emulators/vmware-guestd5 | |
parent | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff) | |
download | FreeBSD-ports-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip FreeBSD-ports-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'emulators/vmware-guestd5')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 74833cd..832f6ed 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -37,12 +37,8 @@ USE_ICONV= yes USE_GETTEXT= yes USE_XORG= x11 xsxt USE_GNOME= glib12 gtk12 -.if (${OSVERSION} >= 600000) LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x .else -LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x -.endif -.else PLIST_SUB+= INSTALLXGTKTOOL:="@comment " .endif .else @@ -63,17 +59,9 @@ MOUNT= /sbin/mount UMOUNT= /sbin/umount .if ${ARCH} == i386 -.if (${OSVERSION} >= 600000) BITS?= 32-6 -.else -BITS?= 32 -.endif .else # ${ARCH} == amd64 -.if (${OSVERSION} >= 600000) BITS?= 64-6 -.else -BITS?= 64 -.endif .endif .if defined(VMWARE_X_PORTS) @@ -98,21 +86,12 @@ PLIST_SUB+= VMWARE_VMMEMCTL:="@comment " .endif .if defined(WITH_VMWARE_VMXNET) -.if (${OSVERSION} < 600000) -PLIST_SUB+= VMWARE_VMXNET:="" -.if ${BITS} == 32 -VMWARE_VMXNET_PATH= 5.3-i386/vmxnet.ko -.else -VMWARE_VMXNET_PATH= 5.3-amd64/vmxnet.ko -.endif -.else PLIST_SUB+= VMWARE_VMXNET:="" .if ${BITS} == 32-6 VMWARE_VMXNET_PATH= 6.0-i386/vmxnet.ko .else VMWARE_VMXNET_PATH= 6.0-amd64/vmxnet.ko .endif -.endif .else PLIST_SUB+= VMWARE_VMXNET:="@comment " .endif |