Add gtk+2 to RUN_DEPENDS so gtk-update-icon-cache(1) can run correctly.

ok naddy@, pvalchev@, jasper@
This commit is contained in:
bernd 2008-03-05 17:22:27 +00:00
parent 8a10859e67
commit 3bafe31b7e

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2008/02/19 14:57:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2008/03/05 17:22:27 bernd Exp $
COMMENT= base icon theme for GNOME
GNOME_PROJECT= gnome-icon-theme
GNOME_VERSION= 2.20.0
CATEGORIES= x11
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@ -18,6 +18,9 @@ MODULES= x11/gnome
BUILD_DEPENDS= :gettext-*:devel/gettext \
:icon-naming-utils->=0.8.1:x11/icon-naming-utils
# Needed to run gtk-update-icon-cache(1) at install time.
RUN_DEPENDS= ::x11/gtk+2
USE_X11= Yes
USE_LIBTOOL= No
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \