Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 21:55:24 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395801 - head/editors/libreoffice4
Message-ID:  <201509012155.t81LtOW9027344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Sep  1 21:55:23 2015
New Revision: 395801
URL: https://svnweb.freebsd.org/changeset/ports/395801

Log:
  Fix dependency.  devel/cppunit113 does not exist any more.

Modified:
  head/editors/libreoffice4/Makefile

Modified: head/editors/libreoffice4/Makefile
==============================================================================
--- head/editors/libreoffice4/Makefile	Tue Sep  1 21:36:30 2015	(r395800)
+++ head/editors/libreoffice4/Makefile	Tue Sep  1 21:55:23 2015	(r395801)
@@ -21,7 +21,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
 		zip:${PORTSDIR}/archivers/zip \
 		${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \
-		cppunit-config:${PORTSDIR}/devel/cppunit113 \
+		cppunit-config:${PORTSDIR}/devel/cppunit \
 		dmake:${PORTSDIR}/devel/dmake \
 		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
 		mdds>=0.9.0:${PORTSDIR}/devel/mdds \



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