diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-18 18:28:01 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-18 18:28:01 +0800 |
commit | 47b1260ba523357550be1b299c90cb7d9256b6dc (patch) | |
tree | c6d60e360a8324a35c5311fa146ba6a4d0e53bcd | |
parent | dcd8c5cd79a1bb2623f5e286dc05e8a5020196c5 (diff) | |
download | marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.tar marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.tar.gz marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.tar.bz2 marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.tar.lz marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.tar.xz marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.tar.zst marcuscom-ports-47b1260ba523357550be1b299c90cb7d9256b6dc.zip |
We need actualy vapigen.
Submitted by: gusi
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18981 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/gtk-vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 918dbe557..0e40ca46a 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= VNC viewer widget for GTK+ -BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |