From fec0752630bbd161c52e874c0aebcd16bc91def9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 12 Sep 2006 08:21:39 +0000 Subject: - Mark BROKEN on FreeBSD 4.X: does not compile Reported by: krismail --- security/pam_abl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/pam_abl') 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||<${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} -- cgit v1.2.3