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/compat7x | |
parent | c0bd13f1f7058c7ce6b222e83bc004de26d69bda (diff) | |
download | ports-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/compat7x')
-rw-r--r-- | misc/compat7x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile index 833340931e6d..c818f18f5b81 100644 --- a/misc/compat7x/Makefile +++ b/misc/compat7x/Makefile @@ -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 |