diff options
author | matusita <matusita@FreeBSD.org> | 2008-03-30 10:15:49 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2008-03-30 10:15:49 +0800 |
commit | d4c93e10735286919a7578109a95b30b95206fa1 (patch) | |
tree | d51e95dc00f2175327e265bfca37b340971ed3c0 /emulators/vmware-guestd6 | |
parent | a602c5d2cc9530c6a3691352919f03ef7cea4ca2 (diff) | |
download | freebsd-ports-gnome-d4c93e10735286919a7578109a95b30b95206fa1.tar.gz freebsd-ports-gnome-d4c93e10735286919a7578109a95b30b95206fa1.tar.zst freebsd-ports-gnome-d4c93e10735286919a7578109a95b30b95206fa1.zip |
Ouch, referencing ${ARCH} is too early.
Submitted by: Larry Rosenman, ler at lerctr dot organization-tld.
Diffstat (limited to 'emulators/vmware-guestd6')
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 39cf7e4763a8..dda8bcd24dcd 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -28,6 +28,15 @@ ONLY_FOR_ARCHS= i386 amd64 .if !defined(BATCH) IS_INTERACTIVE= yes .endif + +RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} + +VMWARE_VER= 6.0.3 +BUILD_VER= 80004 + +.include <bsd.port.pre.mk> + .if defined(VMWARE_X_PORTS) USE_X_PREFIX= yes NO_BUILD= yes @@ -48,15 +57,6 @@ PLIST_SUB+= INSTALLXGTKTOOL="@comment " .else USE_RC_SUBR= vmware-guestd.sh .endif - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 6.0.3 -BUILD_VER= 80004 - -.include <bsd.port.pre.mk> - .if ${OSVERSION} >= 700000 LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x .endif |