aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-04-02 03:07:23 +0000
committerWen Heping <wen@FreeBSD.org>2010-04-02 03:07:23 +0000
commit526d4e9e92d6a1b874aea57d0692dda3fe0ee423 (patch)
tree9445d139f1de5445ffdcf04fa86a762d9e7b8bab
parent5e23e2bb05a0d4026285389fe6929f229504b2b4 (diff)
downloadports-526d4e9e92d6a1b874aea57d0692dda3fe0ee423.tar.gz
ports-526d4e9e92d6a1b874aea57d0692dda3fe0ee423.zip
Notes
-rw-r--r--devel/yajl/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/yajl/Makefile b/devel/yajl/Makefile
index fe019953af33..8da32aaf2401 100644
--- a/devel/yajl/Makefile
+++ b/devel/yajl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= yajl
PORTVERSION= 1.0.9
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cloud.github.com/downloads/lloyd/yajl/
@@ -16,4 +17,10 @@ COMMENT= A Portable JSON parsing and serialization library in ANSI C
USE_LDCONFIG= yes
USE_CMAKE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700042
+USE_GCC= 4.2+
+.endif
+
+.include <bsd.port.post.mk>