aboutsummaryrefslogtreecommitdiff
path: root/devel/astyle
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 03:08:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 03:08:52 +0000
commit742e6fd884b497370d1bbc2a7e06251940cabe9f (patch)
tree9775ff602f4817c216957d94b3ac9556c141f0de /devel/astyle
parentc0b410d0177f30f70c39e7235022ea5ec9420389 (diff)
downloadports-742e6fd884b497370d1bbc2a7e06251940cabe9f.tar.gz
ports-742e6fd884b497370d1bbc2a7e06251940cabe9f.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 3f18d13b5f60..4ae739c9bfbe 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -18,6 +18,12 @@ MAINTAINER= croyle@gelemna.org
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)
@@ -25,4 +31,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>