svn commit: r313669 - head/editors/libreoffice
Jung-uk Kim
jkim at FreeBSD.org
Fri Mar 8 19:30:00 UTC 2013
Author: jkim
Date: Fri Mar 8 19:30:00 2013
New Revision: 313669
URL: http://svnweb.freebsd.org/changeset/ports/313669
Log:
Correct a dependency.
Modified:
head/editors/libreoffice/Makefile
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Fri Mar 8 19:27:22 2013 (r313668)
+++ head/editors/libreoffice/Makefile Fri Mar 8 19:30:00 2013 (r313669)
@@ -34,7 +34,7 @@ LIB_DEPENDS= icutu:${PORTSDIR}/devel/icu
lcms2:${PORTSDIR}/graphics/lcms2 \
wpg-0.2.2:${PORTSDIR}/graphics/libwpg \
png15:${PORTSDIR}/graphics/png \
- poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \
+ poppler:${PORTSDIR}/graphics/poppler \
lpsolve55:${PORTSDIR}/math/lp_solve \
cmis-0.3:${PORTSDIR}/net/libcmis \
ldap-2.4:${PORTSDIR}/net/openldap24-client \
More information about the svn-ports-all
mailing list