No need to run_depends on net/libproxy for -gnome, this is implied by

the net/glib2-networking dependency.
This commit is contained in:
ajacoutot 2011-05-15 13:10:33 +00:00
parent dda38efe9d
commit 10c3b8d0da

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2011/05/15 09:22:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.58 2011/05/15 13:10:33 ajacoutot Exp $
COMMENT-main = SOAP implementation in C
COMMENT-gnome = GNOME specific libsoup parts
@ -9,7 +9,7 @@ GNOME_VERSION = 2.34.1
PKGNAME-main = ${DISTNAME}
PKGNAME-gnome = ${GNOME_PROJECT}-gnome-${GNOME_VERSION}
REVISION-gnome = 0
REVISION-gnome = 1
SHARED_LIBS += soup-2.4 3.0 # .4.0
SHARED_LIBS += soup-gnome-2.4 1.1 # .4.0
@ -44,8 +44,7 @@ LIB_DEPENDS = devel/glib2>=2.22.2 \
WANTLIB-gnome = ${WANTLIB-main} dbus-1 sqlite3 \
soup-2.4 gnome-keyring>=6 gcrypt gpg-error
RUN_DEPENDS-gnome= ${MODGETTEXT_RUN_DEPENDS} \
net/libproxy
RUN_DEPENDS-gnome= ${MODGETTEXT_RUN_DEPENDS}
LIB_DEPENDS-gnome = ${LIB_DEPENDS-main} \
${BUILD_PKGPATH},-main \
x11/gnome/libgnome-keyring \