Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 10:24:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301380 - head/devel/libgta
Message-ID:  <201207231024.q6NAOx87097114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207231024.q6NAOx87097114>