aboutsummaryrefslogtreecommitdiff
path: root/misc/compat7x
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-04 15:35:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-04 15:35:13 +0000
commite65d0885c0b996d1f063468022f012492ea44f12 (patch)
tree9a6cb194087a4723fa07b6992d65c4ecf42bbaf6 /misc/compat7x
parentab65b1e7986596e70e2f43cbc8a890711f8822ae (diff)
downloadports-e65d0885c0b996d1f063468022f012492ea44f12.tar.gz
ports-e65d0885c0b996d1f063468022f012492ea44f12.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)
Notes
Notes: svn path=/head/; revision=305261
Diffstat (limited to 'misc/compat7x')
-rw-r--r--misc/compat7x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile
index 5ee0b1ff318d..af72b584a700 100644
--- a/misc/compat7x/Makefile
+++ b/misc/compat7x/Makefile
@@ -27,8 +27,8 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 800000
-IGNORE= is for FreeBSD 8.x and newer
+.if ${OSVERSION} < 700000
+IGNORE= is for FreeBSD 7.x and newer
.endif
.if ${ARCH} == amd64