diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-10 22:28:01 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-10 22:28:01 +0000 |
commit | 15cf2b7eb4a57ad80d230d3c2e07d8e95a5f6b38 (patch) | |
tree | e407038e81c2ed19ccb02cd505a2bd4a8d7d7175 /security/pam-mysql | |
parent | 7589f334a128c299dc6a323504861227b3021d7c (diff) | |
download | ports-15cf2b7eb4a57ad80d230d3c2e07d8e95a5f6b38.tar.gz ports-15cf2b7eb4a57ad80d230d3c2e07d8e95a5f6b38.zip |
Notes
Diffstat (limited to 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 8 |
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> |