diff options
author | garga <garga@FreeBSD.org> | 2014-03-27 20:26:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-03-27 20:26:51 +0800 |
commit | f2a336b55081af045c4897a1b9c7fd1b2b71d71c (patch) | |
tree | c768b39713add87fa1b10c307818bd4068c61f81 /misc/compat9x | |
parent | 04178b9c454a261b88b66bd4f2338a81864e772d (diff) | |
download | freebsd-ports-gnome-f2a336b55081af045c4897a1b9c7fd1b2b71d71c.tar.gz freebsd-ports-gnome-f2a336b55081af045c4897a1b9c7fd1b2b71d71c.tar.zst freebsd-ports-gnome-f2a336b55081af045c4897a1b9c7fd1b2b71d71c.zip |
Undo a bad change on latest commits, let user install compatNx on systems running FreeBSD N
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 8b141d67888b..6eb179e6f5b5 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -23,8 +23,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 |