diff options
-rw-r--r-- | emulators/linux-vmware-toolbox2/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox4/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-guestd4/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-tools2/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-tools3/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-tools4/Makefile | 7 | ||||
-rw-r--r-- | emulators/vmware-tools5/Makefile | 7 | ||||
-rw-r--r-- | emulators/vmware-tools6/Makefile | 7 |
13 files changed, 22 insertions, 24 deletions
diff --git a/emulators/linux-vmware-toolbox2/Makefile b/emulators/linux-vmware-toolbox2/Makefile index eadea7c8b979..92795c4ca853 100644 --- a/emulators/linux-vmware-toolbox2/Makefile +++ b/emulators/linux-vmware-toolbox2/Makefile @@ -24,6 +24,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} .include <bsd.port.pre.mk> diff --git a/emulators/linux-vmware-toolbox4/Makefile b/emulators/linux-vmware-toolbox4/Makefile index 559b05b031ef..e239e491956a 100644 --- a/emulators/linux-vmware-toolbox4/Makefile +++ b/emulators/linux-vmware-toolbox4/Makefile @@ -29,6 +29,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index 559b05b031ef..e239e491956a 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -29,6 +29,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index 559b05b031ef..e239e491956a 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -29,6 +29,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index 75f42c6c511e..d0bda46a06d0 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -27,9 +27,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 3.1.1 BUILD_VER= 1790 diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile index 3cdcefce97a2..0a42940f9212 100644 --- a/emulators/vmware-guestd4/Makefile +++ b/emulators/vmware-guestd4/Makefile @@ -27,9 +27,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 3cdcefce97a2..0a42940f9212 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -27,9 +27,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 3cdcefce97a2..0a42940f9212 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -27,9 +27,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/vmware-tools2/Makefile b/emulators/vmware-tools2/Makefile index d4cc0eaa9df8..158ff2e47f3e 100644 --- a/emulators/vmware-tools2/Makefile +++ b/emulators/vmware-tools2/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 2.0.4 BUILD_VER= 307 diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index b43ca36234ee..1e14b591a4bf 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -29,9 +29,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 3.1.1 BUILD_VER= 1790 diff --git a/emulators/vmware-tools4/Makefile b/emulators/vmware-tools4/Makefile index 510b9db10537..2c7d180c563e 100644 --- a/emulators/vmware-tools4/Makefile +++ b/emulators/vmware-tools4/Makefile @@ -24,11 +24,12 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes NO_BUILD= yes +.if !defined(BATCH) +IS_INTERACTIVE= yes +.endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile index 510b9db10537..2c7d180c563e 100644 --- a/emulators/vmware-tools5/Makefile +++ b/emulators/vmware-tools5/Makefile @@ -24,11 +24,12 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes NO_BUILD= yes +.if !defined(BATCH) +IS_INTERACTIVE= yes +.endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index 510b9db10537..2c7d180c563e 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -24,11 +24,12 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes NO_BUILD= yes +.if !defined(BATCH) +IS_INTERACTIVE= yes +.endif RESTRICTED= "Not sure if we can redistribute this." -.if defined(PACKAGE_BUILDING) -IGNORE= "Can't build this port since it requires VMware." -.endif +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 |