aboutsummaryrefslogtreecommitdiff
path: root/security/pam_abl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-12 08:21:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-12 08:21:39 +0000
commitfec0752630bbd161c52e874c0aebcd16bc91def9 (patch)
tree87ca8d49dd68496d941c9492396431e771d5f4b0 /security/pam_abl
parente29da7e80862520d5323f198330b028bbd7c9071 (diff)
downloadports-fec0752630bbd161c52e874c0aebcd16bc91def9.tar.gz
ports-fec0752630bbd161c52e874c0aebcd16bc91def9.zip
- Mark BROKEN on FreeBSD 4.X: does not compile
Reported by: krismail
Notes
Notes: svn path=/head/; revision=172830
Diffstat (limited to 'security/pam_abl')
-rw-r--r--security/pam_abl/Makefile4
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}