From 7589aa4bd633d4e2476e1f07ece7100dc47566f7 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 20 Aug 2004 16:30:08 +0000 Subject: Indubstrial also installs a GTK+ 1 theme, so add a RUN_DEPENDS on the GTK+ 1 version of Industrial. --- x11-themes/indubstrial/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-themes/indubstrial/Makefile b/x11-themes/indubstrial/Makefile index 357fbf2d39ac..5dc289d2534c 100644 --- a/x11-themes/indubstrial/Makefile +++ b/x11-themes/indubstrial/Makefile @@ -7,13 +7,15 @@ PORTNAME= indubstrial PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.gnome.org/~jdub/2004/indubstrial/ MAINTAINER= gnome@FreeBSD.org COMMENT= A clean, clear modification on the Industrial GTK+ and Metacity themes -RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras +RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \ + ${X11BASE}/lib/gtk/themes/engines/libindustrial.so:${PORTSDIR}/x11-themes/gtk-industrial-theme WRKSRC= ${WRKDIR}/Indubstrial NO_BUILD= yes -- cgit