aboutsummaryrefslogtreecommitdiff
path: root/devel/libgta
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-23 10:24:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-23 10:24:58 +0000
commit141fd7b39934045a64cef86f44262c276e88c4e0 (patch)
tree762e23364d486abd075b484fb8bf535633bd2c73 /devel/libgta
parentaf37cf7d82b3860aeaa94abf1c8891216af096ec (diff)
Notes
Diffstat (limited to 'devel/libgta')
-rw-r--r--devel/libgta/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libgta/Makefile b/devel/libgta/Makefile
index a46e01eb59ea..0278dcfe975a 100644
--- a/devel/libgta/Makefile
+++ b/devel/libgta/Makefile
@@ -31,4 +31,10 @@ post-patch:
regression-test test: build
cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505
+LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
+.endif
+
+.include <bsd.port.post.mk>