diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-07-07 15:19:32 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-07-07 15:19:32 +0800 |
commit | d3a47683ba369ee583284af17e4f1a36c2eb0e57 (patch) | |
tree | 63ea65d65a307ddd4bcccd5b619ea5a58219b7e2 /security/pam_jail | |
parent | b9d19e1d7aeb303a905a53cb8cf7bd590747f466 (diff) | |
download | freebsd-ports-gnome-d3a47683ba369ee583284af17e4f1a36c2eb0e57.tar.gz freebsd-ports-gnome-d3a47683ba369ee583284af17e4f1a36c2eb0e57.tar.zst freebsd-ports-gnome-d3a47683ba369ee583284af17e4f1a36c2eb0e57.zip |
Bump minimum supported FreeBSD version to 8.0
Submitted by: pointyhat
Feature safe: yes
Diffstat (limited to 'security/pam_jail')
-rw-r--r-- | security/pam_jail/Makefile | 2 |
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 |