mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/p4: Limit use to FreeBSD
This commit is contained in:
parent
50f33951d7
commit
9517f22154
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374534
@ -1,4 +1,6 @@
|
|||||||
# Figure out what to install
|
# Figure out what to install
|
||||||
|
.if ${OPSYS} == FreeBSD
|
||||||
|
|
||||||
.if ${ARCH} == amd64
|
.if ${ARCH} == amd64
|
||||||
. if ${OSVERSION} >= 1000100
|
. if ${OSVERSION} >= 1000100
|
||||||
PLATFORM= freebsd100x86_64
|
PLATFORM= freebsd100x86_64
|
||||||
@ -20,3 +22,7 @@ IGNORE= unsupported OS release, sorry
|
|||||||
.else
|
.else
|
||||||
IGNORE= unsupported OS release, sorry
|
IGNORE= unsupported OS release, sorry
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.else
|
||||||
|
IGNORE= ${OPSYS} is unsupported, sorry
|
||||||
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user