mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Undo a bad change on latest commits, let user install compatNx on systems running FreeBSD N
This commit is contained in:
parent
c0bd13f1f7
commit
211ee5cc7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349328
@ -23,8 +23,8 @@ USE_LDCONFIG= ${TARGET_DIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1100000
|
||||
IGNORE= is for FreeBSD 11.x and newer
|
||||
.if ${OSVERSION} < 1000000
|
||||
IGNORE= is for FreeBSD 10.x and newer
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
|
@ -23,8 +23,8 @@ USE_LDCONFIG= ${TARGET_DIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
IGNORE= is for FreeBSD 8.x and newer
|
||||
.if ${OSVERSION} < 700000
|
||||
IGNORE= is for FreeBSD 7.x and newer
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
|
@ -24,8 +24,8 @@ USE_LDCONFIG= ${TARGET_DIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 900000
|
||||
IGNORE= is for FreeBSD 9.x and newer
|
||||
.if ${OSVERSION} < 800000
|
||||
IGNORE= is for FreeBSD 8.x and newer
|
||||
.endif
|
||||
|
||||
# libstdc++.so.6 could be necessary to run an 8.x binary
|
||||
|
@ -23,8 +23,8 @@ USE_LDCONFIG= ${TARGET_DIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000000
|
||||
IGNORE= is for FreeBSD 10.x and newer
|
||||
.if ${OSVERSION} < 900000
|
||||
IGNORE= is for FreeBSD 9.x and newer
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
|
Loading…
Reference in New Issue
Block a user