mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Note REPLACE_BASE will get removed.
Sponsored by: Absolight
This commit is contained in:
parent
5e91820b11
commit
8cbf159ea1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370291
@ -152,6 +152,10 @@ CONFIGURE_ARGS+= --disable-threads
|
||||
.if ${PORT_OPTIONS:MREPLACE_BASE}
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100
|
||||
IGNORE= REPLACE_BASE option is not supported on this release
|
||||
.else # >= 10.0
|
||||
# Move to BROKEN after expiration.
|
||||
DEPRECATED= REPLACE_BASE option will be removed. There is no real need for foot-shooting.
|
||||
EXPIRATION_DATE= 2015-01-01
|
||||
.endif # >= 10.0
|
||||
PKGNAMESUFFIX= -base
|
||||
PREFIX= /usr
|
||||
|
Loading…
Reference in New Issue
Block a user