libgtop,gnome ought to depend on gnomesupport as well.

However, it reinstall files that are part of gnome/libs,
so it's broken.
This commit is contained in:
espie 2001-10-11 21:14:43 +00:00
parent 4a5955b2b7
commit 5ba3cade45

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/10/07 20:55:11 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2001/10/11 21:14:43 espie Exp $
COMMENT= "portable library for obtaining system information"
V= 1.0.12
@ -32,7 +32,8 @@ LIB_DEPENDS= intl.1::devel/gettext \
glib.1.2::devel/glib
.if ${FLAVOR:L:Mgnome}
LIB_DEPENDS+= gnome.36::x11/gnome/libs
BROKEN="Package conflicts with gnome/libs"
LIB_DEPENDS+= gnome.36,gnomesupport::x11/gnome/libs
.else
CONFIGURE_ARGS+= --without-gnome
.endif