aboutsummaryrefslogtreecommitdiff
path: root/security/pam_jail
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-07-07 07:19:32 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-07-07 07:19:32 +0000
commitd3a47683ba369ee583284af17e4f1a36c2eb0e57 (patch)
tree63ea65d65a307ddd4bcccd5b619ea5a58219b7e2 /security/pam_jail
parentb9d19e1d7aeb303a905a53cb8cf7bd590747f466 (diff)
downloadports-d3a47683ba369ee583284af17e4f1a36c2eb0e57.tar.gz
ports-d3a47683ba369ee583284af17e4f1a36c2eb0e57.zip
Bump minimum supported FreeBSD version to 8.0
Submitted by: pointyhat Feature safe: yes
Notes
Notes: svn path=/head/; revision=257480
Diffstat (limited to 'security/pam_jail')
-rw-r--r--security/pam_jail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_jail/Makefile b/security/pam_jail/Makefile
index 8d1d7946f404..ac2a70b8914f 100644
--- a/security/pam_jail/Makefile
+++ b/security/pam_jail/Makefile
@@ -28,7 +28,7 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.if ${OSVERSION} < 700000
+.if ${OSVERSION} < 800000
BROKEN= jail version not supported
.endif