summaryrefslogtreecommitdiffstats
path: root/net/vinagre
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /net/vinagre
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vinagre')
-rw-r--r--net/vinagre/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
index d15981977..b687ad669 100644
--- a/net/vinagre/Makefile
+++ b/net/vinagre/Makefile
@@ -12,14 +12,15 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC client for the GNOME Desktop
-LIB_DEPENDS= gtk-vnc-1.0:${PORTSDIR}/net/gtk-vnc \
- avahi-core:${PORTSDIR}/net/avahi-app \
- avahi-ui:${PORTSDIR}/net/avahi-gtk \
- gdbm:${PORTSDIR}/databases/gdbm \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= libgtk-vnc-1.0.so:${PORTSDIR}/net/gtk-vnc \
+ libavahi-core.so:${PORTSDIR}/net/avahi-app \
+ libavahi-ui.so:${PORTSDIR}/net/avahi-gtk \
+ libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
CONFLICTS= vinagre-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USES= desktop-file-utils gettext gmake pathfix shared-mime-info
USE_GNOME= gnomeprefix intlhack vte gconf2 gnomedocutils gnomepanel
@@ -42,7 +43,7 @@ TELEPATHY_DESC= Telepathy integration
.if ${PORT_OPTIONS:MTELEPATHY}
CONFIGURE_ARGS+=--enable-telepathy
-LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
+LIB_DEPENDS+= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
PLIST_SUB+= TELEPATHY=""
.else
CONFIGURE_ARGS+=--disable-telepathy