mark it broken on -stable

This commit is contained in:
Ying-Chieh Liao 2004-04-19 05:43:40 +00:00
parent 13225682de
commit 2dd78f2c25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107529

View file

@ -27,12 +27,17 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000
USE_REINPLACE= yes
USE_GCC= 3.3
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile with gcc 2.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>