diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-09 13:24:52 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-09 13:24:52 +0800 |
commit | 9c296808a8562a6d13efa6eb30a082189dfa2b91 (patch) | |
tree | 980bf2db80c6df6e349fe2c4160c1122a1a6cfad /deskutils/gnome-documents | |
parent | e3c65c8b0e72bf983c29ee50a750ddb05a9a00f5 (diff) | |
download | marcuscom-ports-9c296808a8562a6d13efa6eb30a082189dfa2b91.tar.gz marcuscom-ports-9c296808a8562a6d13efa6eb30a082189dfa2b91.tar.zst marcuscom-ports-9c296808a8562a6d13efa6eb30a082189dfa2b91.zip |
Pull in unoconv for MS-OFFICE documents compatibility. Also remove the
-Wno-format-nonliteral flag, which is not needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19615 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-documents')
-rw-r--r-- | deskutils/gnome-documents/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/gnome-documents/Makefile b/deskutils/gnome-documents/Makefile index 6ed3bbec0..d9433c392 100644 --- a/deskutils/gnome-documents/Makefile +++ b/deskutils/gnome-documents/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-documents PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -24,7 +25,8 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker \ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + unoconv:${PORTSDIR}/textproc/unoconv GLIB_SCHEMAS= org.gnome.Documents.enums.xml \ org.gnome.documents.gschema.xml @@ -35,7 +37,7 @@ USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-install: |