aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-28 05:12:25 +0800
committerkris <kris@FreeBSD.org>2002-10-28 05:12:25 +0800
commit2907786ab2bf0d39d399eb8a4de8b275c5b1217e (patch)
tree90147a98d08cffd25fae0f6dbdb3efc76270d469 /devel
parentb84a77001c860e9c2ba5421f36f2955a273711a2 (diff)
downloadfreebsd-ports-gnome-2907786ab2bf0d39d399eb8a4de8b275c5b1217e.tar.gz
freebsd-ports-gnome-2907786ab2bf0d39d399eb8a4de8b275c5b1217e.tar.zst
freebsd-ports-gnome-2907786ab2bf0d39d399eb8a4de8b275c5b1217e.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
Diffstat (limited to 'devel')
-rw-r--r--devel/astyle/Makefile8
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>