diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-10-04 12:34:50 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-10-04 12:34:50 +0000 |
commit | cdbf587df08bd2306ea93c349f2a5b137cb4be3f (patch) | |
tree | 83cafe6e67f247a5079d0b3e67917fa31e004a7f /misc/compat9x | |
parent | 30a32f4f8d9921db6f96dc83da26f230bc90dae6 (diff) | |
download | ports-cdbf587df08bd2306ea93c349f2a5b137cb4be3f.tar.gz ports-cdbf587df08bd2306ea93c349f2a5b137cb4be3f.zip |
Notes
Diffstat (limited to 'misc/compat9x')
-rw-r--r-- | misc/compat9x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index 30da87b2b4e7..56382b07adac 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000009 +.if ${OSVERSION} < 1000000 IGNORE= is for FreeBSD 10.x and newer .endif |