summaryrefslogtreecommitdiff
path: root/security/pam_alreadyloggedin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pam_alreadyloggedin/Makefile')
-rw-r--r--security/pam_alreadyloggedin/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile
index f5eb128f2440..7899b9d2d4cb 100644
--- a/security/pam_alreadyloggedin/Makefile
+++ b/security/pam_alreadyloggedin/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= pam_alreadyloggedin
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://green.bikeshed.org/~green/
+ http://green.homeunix.org/~green/
MASTER_SITE_SUBDIR= green
MAINTAINER= green@FreeBSD.org
@@ -19,14 +19,6 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= "only works on systems with OpenPAM (5.0-CURRENT)"
-.endif
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
.if defined(NOPROFILE)
PLIST_SUB+= PROFILE="@comment "
.else