- Mark BROKEN on FreeBSD 4.X: does not compile

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-09-12 08:21:39 +00:00
parent e29da7e808
commit fec0752630
2 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,10 @@ USE_PYDISTUTILS=yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile
.endif
pre-fetch:
.if ${PYTHON_REL} < 200
@${ECHO} "Py-numpy doesn't work with Python versions < 2.0."

View file

@ -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}