diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 23:28:34 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 23:28:34 +0800 |
commit | 7392f756acf96baa8af7413012b1758693329aa7 (patch) | |
tree | ac5886ee5c2e2b6755d2a49f694e54c5ac2a1214 | |
parent | fcc6201b259ca928a8f8637ec80eef164fee26a5 (diff) | |
download | marcuscom-ports-7392f756acf96baa8af7413012b1758693329aa7.tar.gz marcuscom-ports-7392f756acf96baa8af7413012b1758693329aa7.tar.zst marcuscom-ports-7392f756acf96baa8af7413012b1758693329aa7.zip |
Fix vala-vapigen on those too. e-d-s still needs some love.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19965 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 | ||||
-rw-r--r-- | net-im/folks/Makefile | 2 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 5df460124..82c8227f1 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \ - vapigen:${PORTSDIR}/lang/vala-vapigen + vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ liboauth.so:${PORTSDIR}/net/liboauth \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 8b90e0684..11cb7b3c1 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= library to aggregates people from multiple sources -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libgcr-3.so:${PORTSDIR}/security/gcr \ libzeitgeist-1.0.so:${PORTSDIR}/sysutils/libzeitgeist \ diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 9f20d8545..777896f18 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -14,7 +14,7 @@ COMMENT= VNC viewer widget for GTK+ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |