1
0
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:
Renato Botelho 2014-03-27 12:26:51 +00:00
parent c0bd13f1f7
commit 211ee5cc7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349328
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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