diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 22:57:24 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 22:57:24 +0800 |
commit | 8748af236103671dbc0ed45f909a0306ed4f3853 (patch) | |
tree | 7bd678c2f0bfcffd5c7fd3fce89763cf4a8c178a /net | |
parent | a42cb4a839d7724c393aed95599f348b2c7cd6a8 (diff) | |
download | marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.tar marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.tar.gz marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.tar.bz2 marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.tar.lz marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.tar.xz marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.tar.zst marcuscom-ports-8748af236103671dbc0ed45f909a0306ed4f3853.zip |
Switch to vala instead of vala-vapigen in all the ports needing vapigen. Also
note in RMPORTS that vala-vapigen has gone bye-bye and it's part of lang/vala
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19962 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/grilo/Makefile | 2 | ||||
-rw-r--r-- | net/libdmapsharing/Makefile | 2 | ||||
-rw-r--r-- | net/uhttpmock/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index d36006f65..0b88536ce 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Grilo is a framework focused on making media discovery and browsing -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ liboauth.so:${PORTSDIR}/net/liboauth \ libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser diff --git a/net/libdmapsharing/Makefile b/net/libdmapsharing/Makefile index adbd66a25..b36e300c5 100644 --- a/net/libdmapsharing/Makefile +++ b/net/libdmapsharing/Makefile @@ -14,7 +14,7 @@ COMMENT= GNOME music playing application LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libgee-0.8.so:${PORTSDIR}/devel/libgee -BUILD_DEPENDS= vala-vapigen>=0.16:${PORTSDIR}/lang/vala-vapigen +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala USES= gettext gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 introspection:build diff --git a/net/uhttpmock/Makefile b/net/uhttpmock/Makefile index f0453e794..2e5cd06db 100644 --- a/net/uhttpmock/Makefile +++ b/net/uhttpmock/Makefile @@ -13,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= HTTP web service mocking library for GNOME BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - vapigen:${PORTSDIR}/lang/vala-vapigen \ + vapigen:${PORTSDIR}/lang/vala \ gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup |