1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Remove BROKEN tag; the gcc 3.x build problems were corrected with the

new version.

Submitted by:	Sean Kelly <smkelly@zombie.org>
PR:		ports/44547
This commit is contained in:
Kris Kennaway 2002-10-27 21:12:25 +00:00
parent 61ddaf79c0
commit 82bd1cd79b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68951

View File

@ -20,12 +20,6 @@ EXTRACT_AFTER_ARGS= -d ${DISTNAME}
ALL_TARGET= astyle
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@ -33,4 +27,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>