aboutsummaryrefslogtreecommitdiff
path: root/security/pam-mysql/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-04-10 22:28:01 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-04-10 22:28:01 +0000
commit15cf2b7eb4a57ad80d230d3c2e07d8e95a5f6b38 (patch)
treee407038e81c2ed19ccb02cd505a2bd4a8d7d7175 /security/pam-mysql/Makefile
parent7589f334a128c299dc6a323504861227b3021d7c (diff)
downloadports-15cf2b7eb4a57ad80d230d3c2e07d8e95a5f6b38.tar.gz
ports-15cf2b7eb4a57ad80d230d3c2e07d8e95a5f6b38.zip
Mark as broken for -current with OpenPAM. Does not work yet.
Notes
Notes: svn path=/head/; revision=57548
Diffstat (limited to 'security/pam-mysql/Makefile')
-rw-r--r--security/pam-mysql/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile
index 8eaf18107219..ea0fe1a64fae 100644
--- a/security/pam-mysql/Makefile
+++ b/security/pam-mysql/Makefile
@@ -19,6 +19,12 @@ USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if !exists(/usr/include/security/_pam_types.h) && ${OSVERSION} >= 500031
+BROKEN= "Does not work with OpenPAM (yet)"
+.endif
+
post-patch:
@cd ${WRKSRC} && ${GMAKE} clean
@@ -40,4 +46,4 @@ post-install:
@${ECHO} "for info on how to set up."
@${ECHO} "================================================================================"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>