Per bento logs, mark as broken on 5.x due to an install error.

Notified maintainer.
This commit is contained in:
Mark Linimon 2003-12-23 20:35:08 +00:00
parent 6b8b92e60c
commit 1d859308de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96492

View File

@ -29,6 +29,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
.if ${OSVERSION} > 500000 .if ${OSVERSION} > 500000
LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS+=--with-gmp=${PREFIX} CONFIGURE_ARGS+=--with-gmp=${PREFIX}