Remove gnome3 hack, this won't be needed anymore.

This commit is contained in:
ajacoutot 2011-05-17 13:48:18 +00:00
parent 586932e4e5
commit 3cc007d382

View File

@ -1,4 +1,4 @@
# $OpenBSD: gnome.port.mk,v 1.38 2011/05/13 21:10:49 ajacoutot Exp $
# $OpenBSD: gnome.port.mk,v 1.39 2011/05/17 13:48:18 ajacoutot Exp $
#
# Module for GNOME related ports
#
@ -26,12 +26,8 @@ MODGNOME_RUN_DEPENDS+= devel/desktop-file-utils
# here to make sure we have a dependency on rarian (scrollkeeper-*) and
# have access to the gnome-doc-* tools (not always needed but easier).
.if defined(MODGNOME_HELP_FILES) && ${MODGNOME_HELP_FILES:L} == "yes"
MODGNOME_BUILD_DEPENDS+= x11/gnome/doc-utils
. if ${PKGPATH:Mx11/gnome3/*}
MODGNOME_RUN_DEPENDS+= x11/gnome3/yelp
. else
MODGNOME_BUILD_DEPENDS+=x11/gnome/doc-utils
MODGNOME_RUN_DEPENDS+= x11/gnome/yelp
. endif
.endif
.if defined(MODGNOME_BUILD_DEPENDS)