diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-04 23:35:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-04 23:35:13 +0800 |
commit | ef8c7d5d863e4e5d4f926fa672a5cb458e8503a0 (patch) | |
tree | 9a6cb194087a4723fa07b6992d65c4ecf42bbaf6 /misc/compat9x | |
parent | 4e3cb993c3e4d98cfc83e63db944f10cd94e90a4 (diff) | |
download | freebsd-ports-gnome-ef8c7d5d863e4e5d4f926fa672a5cb458e8503a0.tar.gz freebsd-ports-gnome-ef8c7d5d863e4e5d4f926fa672a5cb458e8503a0.tar.zst freebsd-ports-gnome-ef8c7d5d863e4e5d4f926fa672a5cb458e8503a0.zip |
lower a bit more the minimal version to install it.
we want to be able to create the package from a N jail to be use on N+ systems
Approved by: garga (maintainer via irc)
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 |