mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove unneeded ifdefs.
PR: 153001 Submitted by: Julian H. Stacey <jhs at berklix dotcom>
This commit is contained in:
parent
abd3f4a58c
commit
9088cb3477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266340
2 changed files with 0 additions and 4 deletions
|
@ -27,9 +27,7 @@ IGNOREFILES= ${DISTFILES}
|
||||||
WRKSRC= ${WRKDIR}/vmware-tools-distrib
|
WRKSRC= ${WRKDIR}/vmware-tools-distrib
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
.if !defined(BATCH)
|
|
||||||
IS_INTERACTIVE= yes
|
IS_INTERACTIVE= yes
|
||||||
.endif
|
|
||||||
.if defined(VMWARE_X_PORTS)
|
.if defined(VMWARE_X_PORTS)
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
|
@ -25,9 +25,7 @@ IGNOREFILES= ${DISTFILES}
|
||||||
WRKSRC= ${WRKDIR}/vmware-tools-distrib
|
WRKSRC= ${WRKDIR}/vmware-tools-distrib
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
.if !defined(BATCH)
|
|
||||||
IS_INTERACTIVE= yes
|
IS_INTERACTIVE= yes
|
||||||
.endif
|
|
||||||
|
|
||||||
RESTRICTED= "Not sure if we can redistribute this."
|
RESTRICTED= "Not sure if we can redistribute this."
|
||||||
NO_PACKAGE= ${RESTRICTED}
|
NO_PACKAGE= ${RESTRICTED}
|
||||||
|
|
Loading…
Add table
Reference in a new issue