aboutsummaryrefslogtreecommitdiff
path: root/misc/compat9x
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-03-27 12:26:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-03-27 12:26:51 +0000
commit211ee5cc7a341ed40a6ff7c95fba5ba8c3c1b00f (patch)
treec768b39713add87fa1b10c307818bd4068c61f81 /misc/compat9x
parentc0bd13f1f7058c7ce6b222e83bc004de26d69bda (diff)
downloadports-211ee5cc7a341ed40a6ff7c95fba5ba8c3c1b00f.tar.gz
ports-211ee5cc7a341ed40a6ff7c95fba5ba8c3c1b00f.zip
Undo a bad change on latest commits, let user install compatNx on systems running FreeBSD N
Notes
Notes: svn path=/head/; revision=349328
Diffstat (limited to 'misc/compat9x')
-rw-r--r--misc/compat9x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile
index 8b141d67888b..6eb179e6f5b5 100644
--- a/misc/compat9x/Makefile
+++ b/misc/compat9x/Makefile
@@ -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