diff options
author | jkim <jkim@FreeBSD.org> | 2015-08-11 07:18:18 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-08-11 07:18:18 +0800 |
commit | 1c94ae4d06859ef13c7973f042c77ca3af539bcf (patch) | |
tree | e0c116339624d47c031cd459e9e81845b9fbd76d /textproc | |
parent | b4ff11e16d5d852f4bf38ebcf5d9d1287b62a74a (diff) | |
download | freebsd-ports-gnome-1c94ae4d06859ef13c7973f042c77ca3af539bcf.tar.gz freebsd-ports-gnome-1c94ae4d06859ef13c7973f042c77ca3af539bcf.tar.zst freebsd-ports-gnome-1c94ae4d06859ef13c7973f042c77ca3af539bcf.zip |
Remove graphics/libetonyek01 from LIB_DEPENDS. It was never required.
MFH: 2015Q3
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libodfgen01/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile index 8df44431d2cd..6f52d8a01b1b 100644 --- a/textproc/libodfgen01/Makefile +++ b/textproc/libodfgen01/Makefile @@ -12,8 +12,7 @@ COMMENT= Library for generating documents in Open Document Format (ODF) 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 |