aboutsummaryrefslogtreecommitdiff
path: root/devel/astyle
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
commitc1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch)
treeda64bfdf1b4f9333a4a03d016667a79a61bbe190 /devel/astyle
parent01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff)
downloadports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.tar.gz
ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.zip
Notes
Diffstat (limited to 'devel/astyle')
-rw-r--r--devel/astyle/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile
index 5c2027666e22..1181eca084f2 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -21,6 +21,12 @@ EXTRACT_AFTER_ARGS= -d ${DISTNAME}
ALL_TARGET= astyle
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -28,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>