diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 21:12:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 21:12:25 +0000 |
commit | 82bd1cd79b3961b0c7100c8da1b5d6dae7adb243 (patch) | |
tree | 0c6fc55083572ace647362a237b57bc83a12d9de /devel/astyle | |
parent | 61ddaf79c0078378bcfd7bf1dad86b21684cb4a1 (diff) | |
download | ports-82bd1cd79b3961b0c7100c8da1b5d6dae7adb243.tar.gz ports-82bd1cd79b3961b0c7100c8da1b5d6dae7adb243.zip |
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
Notes
Notes:
svn path=/head/; revision=68951
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 67ed79a5b352..ff4aed1ecd85 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -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> |