diff options
-rw-r--r-- | security/pam_alreadyloggedin/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile index b059ded7dd5..d21568d2506 100644 --- a/security/pam_alreadyloggedin/Makefile +++ b/security/pam_alreadyloggedin/Makefile @@ -12,8 +12,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://green.bikeshed.org/~green/ MASTER_SITE_SUBDIR= green +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "only works on systems with OpenPAM (5.0-CURRENT)" +.endif MAINTAINER= green@FreeBSD.org MAN8= pam_alreadyloggedin.8 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |