Fix DEPENDS after the removal of net/avahi,-mono.

This commit is contained in:
ajacoutot 2017-09-06 07:21:37 +00:00
parent 8f44bb26a3
commit 9d06317009
5 changed files with 16 additions and 13 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.75 2017/06/15 10:55:42 rsadowski Exp $
# $OpenBSD: Makefile,v 1.76 2017/09/06 07:21:37 ajacoutot Exp $
COMMENT= jabber client written in pygtk
DISTNAME= gajim-0.16.8
REVISION= 0
CATEGORIES= net x11
HOMEPAGE= https://www.gajim.org/
@ -27,7 +28,7 @@ PATCHORIG= .orig.port
COMMON_DEPENDS= databases/py-sqlite2 \
devel/py-notify \
net/avahi,-python,no_mono \
net/avahi,-python \
net/py-dns \
net/py-nbxmpp \
security/py-crypto \

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2017/06/20 07:18:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2017/09/06 07:21:37 ajacoutot Exp $
COMMENT= Easy Publish and Consume library
GNOME_PROJECT= libepc
GNOME_VERSION= 0.4.6
REVISION= 0
CATEGORIES= net
@ -30,7 +31,7 @@ WANTLIB += xcb-shm xml2 z
MODULES= x11/gnome
# Only needed for examples.
BUILD_DEPENDS= net/avahi,-gtk3,no_mono
BUILD_DEPENDS= net/avahi,-gtk3
LIB_DEPENDS= devel/libsoup \
net/avahi \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.225 2017/08/17 08:53:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.226 2017/09/06 07:21:37 ajacoutot Exp $
COMMENT-main= Common Unix Printing System
COMMENT-libs= CUPS libraries and headers
@ -10,8 +10,8 @@ GH_TAGNAME= v${VERSION}
PKGNAME-main= cups-${VERSION}
PKGNAME-libs= cups-libs-${VERSION}
REVISION-libs= 0
REVISION-main= 2
REVISION-libs= 1
REVISION-main= 3
CATEGORIES= print sysutils
@ -40,7 +40,7 @@ BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS} \
${MODGNU_AUTOCONF_DEPENDS}
# bootstrap prevents a cyclic dep: gtk+{2,3}->cups->avahi->gtk+{2,3}
LIB_DEPENDS-libs= net/avahi,no_gui,no_mono,bootstrap \
LIB_DEPENDS-libs= net/avahi,no_gui,bootstrap \
security/gnutls
LIB_DEPENDS-main= ${BASE_PKGPATH},-libs=${VERSION} \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.104 2017/05/22 22:20:01 espie Exp $
# $OpenBSD: Makefile,v 1.105 2017/09/06 07:21:37 ajacoutot Exp $
COMMENT= remote desktop viewer for GNOME
GNOME_PROJECT= vinagre
GNOME_VERSION= 3.22.0
REVISION= 1
REVISION= 2
CATEGORIES= net
@ -23,7 +23,7 @@ MODULES= devel/dconf \
x11/gnome
LIB_DEPENDS= devel/vte3 \
net/avahi,-gtk3,no_mono \
net/avahi,-gtk3 \
net/telepathy/telepathy-glib \
x11/freerdp \
x11/gnome/libsecret \

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2017/04/17 07:31:50 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2017/09/06 07:21:37 ajacoutot Exp $
COMMENT= GTK+3 remote desktop client
V= 1.1.2
DISTNAME= remmina-${V}
REVISION= 0
GH_TAGNAME= v${V}
GH_PROJECT= Remmina
@ -30,7 +31,7 @@ BUILD_DEPENDS= devel/gettext-tools
LIB_DEPENDS= devel/gettext \
devel/vte3 \
net/avahi,-gtk3,no_mono \
net/avahi,-gtk3 \
net/libvncserver \
security/libssh \
x11/freerdp \