diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-12 08:21:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-12 08:21:39 +0000 |
commit | fec0752630bbd161c52e874c0aebcd16bc91def9 (patch) | |
tree | 87ca8d49dd68496d941c9492396431e771d5f4b0 /security/pam_abl | |
parent | e29da7e80862520d5323f198330b028bbd7c9071 (diff) |
Notes
Diffstat (limited to 'security/pam_abl')
-rw-r--r-- | security/pam_abl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pam_abl/Makefile b/security/pam_abl/Makefile index 8a3f49e0c20c..57b1052516e1 100644 --- a/security/pam_abl/Makefile +++ b/security/pam_abl/Makefile @@ -48,6 +48,10 @@ SED_SCRIPT= -e 's|<db.h>|<${BDB_INCLUDE_DIR}/db.h>|' \ -e 's|%%ETCPREFIX%%|${ETCPREFIX}|' \ -e 's|%%PAMABLDB%%|${PAMABLDB}|' +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + post-patch: .for file in Makefile pam_abl.h conf/pam_abl.conf conf/system-auth doc/index.html doc/pam_abl.html tools/Makefile @${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/${file} |