svn commit: r301380 - head/devel/libgta
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 23 10:24:59 UTC 2012
Author: sunpoet
Date: Mon Jul 23 10:24:58 2012
New Revision: 301380
URL: http://svn.freebsd.org/changeset/ports/301380
Log:
- Add missing LIB_DEPENDS for older FreeBSD which does not have XZ in base system
Reported by: pointyhat
Modified:
head/devel/libgta/Makefile (contents, props changed)
Modified: head/devel/libgta/Makefile
==============================================================================
--- head/devel/libgta/Makefile Mon Jul 23 08:49:55 2012 (r301379)
+++ head/devel/libgta/Makefile Mon Jul 23 10:24:58 2012 (r301380)
@@ -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>
More information about the svn-ports-all
mailing list