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/compat8x | |
parent | c0bd13f1f7058c7ce6b222e83bc004de26d69bda (diff) | |
download | ports-211ee5cc7a341ed40a6ff7c95fba5ba8c3c1b00f.tar.gz ports-211ee5cc7a341ed40a6ff7c95fba5ba8c3c1b00f.zip |
Notes
Diffstat (limited to 'misc/compat8x')
-rw-r--r-- | misc/compat8x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index ee9700a24d38..808c296757cd 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -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 |