diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-04 15:35:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-04 15:35:13 +0000 |
commit | e65d0885c0b996d1f063468022f012492ea44f12 (patch) | |
tree | 9a6cb194087a4723fa07b6992d65c4ecf42bbaf6 /misc/compat9x | |
parent | ab65b1e7986596e70e2f43cbc8a890711f8822ae (diff) | |
download | ports-e65d0885c0b996d1f063468022f012492ea44f12.tar.gz ports-e65d0885c0b996d1f063468022f012492ea44f12.zip |
Notes
Diffstat (limited to 'misc/compat9x')
-rw-r--r-- | misc/compat9x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index 56382b07adac..22843abd0b2a 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -26,8 +26,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 |