diff options
-rw-r--r-- | x11-themes/indubstrial/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |