diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-18 00:26:44 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-18 00:26:44 +0800 |
commit | baf08b7f219752d996118f74890c24a8fd94965e (patch) | |
tree | e39afd813350bf882af9dc6e602cba0856dee970 /net/vinagre/Makefile | |
parent | ce005aa2fd9f7da519c7d525c0939eb678954e37 (diff) | |
download | marcuscom-ports-baf08b7f219752d996118f74890c24a8fd94965e.tar.gz marcuscom-ports-baf08b7f219752d996118f74890c24a8fd94965e.tar.zst marcuscom-ports-baf08b7f219752d996118f74890c24a8fd94965e.zip |
Sync with Ports. Add gdbm depends lines.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16229 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vinagre/Makefile')
-rw-r--r-- | net/vinagre/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index b7f1a5c23..ca71f562a 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/vinagre/Makefile,v 1.44 2011/04/25 19:38:11 mezz Exp $ +# $MCom: ports/net/vinagre/Makefile,v 1.45 2011/04/30 20:43:23 mezz Exp $ # PORTNAME= vinagre PORTVERSION= 2.30.3 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,6 +19,7 @@ COMMENT= VNC client for the GNOME Desktop LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ avahi-core.7:${PORTSDIR}/net/avahi-app \ avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ + gdbm.4:${PORTSDIR}/databases/gdbm \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring CONFLICTS= vinagre-3.[0-9]* |