diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-16 14:32:52 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-16 14:32:52 +0800 |
commit | 618a9d93f4fc2b20ab002082fe696e671521247d (patch) | |
tree | 014bac1fb25b4be8fa981886ee6750e66c90b1bf /net/gnome-online-accounts/Makefile | |
parent | 7392f756acf96baa8af7413012b1758693329aa7 (diff) | |
download | marcuscom-ports-618a9d93f4fc2b20ab002082fe696e671521247d.tar.gz marcuscom-ports-618a9d93f4fc2b20ab002082fe696e671521247d.tar.zst marcuscom-ports-618a9d93f4fc2b20ab002082fe696e671521247d.zip |
Another batch of updates. Add xps as an option for evince. Also
bring in adwaita-icon-theme, evince needs it and will replace
the default gnome icon theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19966 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-online-accounts/Makefile')
-rw-r--r-- | net/gnome-online-accounts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index d5f7f5fbb..012df3bf9 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-online-accounts -PORTVERSION= 3.12.4 +PORTVERSION= 3.14.0 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -29,5 +29,6 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +GLIB_SCHEMAS= org.gnome.online-accounts.gschema.xml .include <bsd.port.mk> |