diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 14:02:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 14:02:52 +0000 |
commit | 0cb6d7175119e2fd4e19fc6ec5f7d318d6506f85 (patch) | |
tree | deaec9c3f504dd55b43488ec1e17f8a61a87e8e0 | |
parent | 38271eeb5ec96a828532077b0cb89f898839be40 (diff) |
Notes
-rw-r--r-- | security/pam_alreadyloggedin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile index d599523dee0e..be6d987bc1ba 100644 --- a/security/pam_alreadyloggedin/Makefile +++ b/security/pam_alreadyloggedin/Makefile @@ -16,7 +16,7 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} => 900007 +.if ${OSVERSION} >= 900007 BROKEN= Does not build with utmpx. .endif |