diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-21 00:30:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-21 00:30:08 +0800 |
commit | 7589aa4bd633d4e2476e1f07ece7100dc47566f7 (patch) | |
tree | be0bde01484d5f4b60b2cc994927e78fe18bdc19 | |
parent | 74cb76b3f75c0d1f185922c7e582d61f87260743 (diff) | |
download | freebsd-ports-gnome-7589aa4bd633d4e2476e1f07ece7100dc47566f7.tar.gz freebsd-ports-gnome-7589aa4bd633d4e2476e1f07ece7100dc47566f7.tar.zst freebsd-ports-gnome-7589aa4bd633d4e2476e1f07ece7100dc47566f7.zip |
Indubstrial also installs a GTK+ 1 theme, so add a RUN_DEPENDS on the GTK+ 1
version of Industrial.
-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 |