aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2002-05-15 07:05:44 +0800
committergreen <green@FreeBSD.org>2002-05-15 07:05:44 +0800
commit9a2e090875e6cbca083d01c310ed71dffaff3cc9 (patch)
tree8580e81903519b47e4bac0be812106dcba8f6fba
parent778ced5953279664f3cf116212404e8337a1ece3 (diff)
downloadfreebsd-ports-graphics-9a2e090875e6cbca083d01c310ed71dffaff3cc9.tar.gz
freebsd-ports-graphics-9a2e090875e6cbca083d01c310ed71dffaff3cc9.tar.zst
freebsd-ports-graphics-9a2e090875e6cbca083d01c310ed71dffaff3cc9.zip
Mark as BROKEN for non-CURRENT.
-rw-r--r--security/pam_alreadyloggedin/Makefile7
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>
class='deletions'>-1/+1 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-7/+2 * - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1 * Hook security/libotr3 up, and move ports that depend on the old versiondougb2012-09-081-2/+2 * Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTRdougb2012-09-081-1/+1 * For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.dougb2012-07-261-1/+2 * new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1 * Convert to new options frameworkjohans2012-06-17