svn commit: r393923 - head/textproc/libodfgen01
Jung-uk Kim
jkim at FreeBSD.org
Mon Aug 10 23:18:19 UTC 2015
Author: jkim
Date: Mon Aug 10 23:18:18 2015
New Revision: 393923
URL: https://svnweb.freebsd.org/changeset/ports/393923
Log:
Remove graphics/libetonyek01 from LIB_DEPENDS. It was never required.
MFH: 2015Q3
Modified:
head/textproc/libodfgen01/Makefile
Modified: head/textproc/libodfgen01/Makefile
==============================================================================
--- head/textproc/libodfgen01/Makefile Mon Aug 10 22:56:30 2015 (r393922)
+++ head/textproc/libodfgen01/Makefile Mon Aug 10 23:18:18 2015 (r393923)
@@ -12,8 +12,7 @@ COMMENT= Library for generating document
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
-LIB_DEPENDS= libetonyek-0.1.so:${PORTSDIR}/graphics/libetonyek01 \
- librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
+LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-head
mailing list