diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-03-27 12:26:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-03-27 12:26:51 +0000 |
commit | 211ee5cc7a341ed40a6ff7c95fba5ba8c3c1b00f (patch) | |
tree | c768b39713add87fa1b10c307818bd4068c61f81 /misc/compat10x | |
parent | c0bd13f1f7058c7ce6b222e83bc004de26d69bda (diff) |
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/compat10x')
-rw-r--r-- | misc/compat10x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile index 788a48e817e6..9e6f6474d7e9 100644 --- a/misc/compat10x/Makefile +++ b/misc/compat10x/Makefile @@ -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 |