diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-13 05:53:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-13 05:53:59 +0800 |
commit | 9939aace56e5ad7fe6f0cd00d78072db7556079f (patch) | |
tree | f8332b6ec773cec5d2648cb0892745899086faab /deskutils/gnome-contacts/Makefile | |
parent | 7dfd1538ee59fa4a2ce3c9b890f9ccee5daaa478 (diff) | |
download | marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.tar marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.tar.gz marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.tar.bz2 marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.tar.lz marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.tar.xz marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.tar.zst marcuscom-ports-9939aace56e5ad7fe6f0cd00d78072db7556079f.zip |
Update to 3.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16883 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-contacts/Makefile')
-rw-r--r-- | deskutils/gnome-contacts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile index 9a748381c..7688b5b76 100644 --- a/deskutils/gnome-contacts/Makefile +++ b/deskutils/gnome-contacts/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome-contacts -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -28,4 +27,6 @@ GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml + .include <bsd.port.mk> |