diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-03-27 10:24:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-03-27 10:24:17 +0000 |
commit | 66296f61ed52a895aeda1386fa095a59989444f5 (patch) | |
tree | 07f45eea0e3af3dd07e4fc83812d8c0e12e97ada | |
parent | 2ab9b7befb1f297b9f8048cfe60e3333145e914d (diff) | |
download | ports-66296f61ed52a895aeda1386fa095a59989444f5.tar.gz ports-66296f61ed52a895aeda1386fa095a59989444f5.zip |
Notes
-rw-r--r-- | x11-themes/gnome-icons/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/gnome-icons/Makefile b/x11-themes/gnome-icons/Makefile index ea2b862a4285..cece4228f0e7 100644 --- a/x11-themes/gnome-icons/Makefile +++ b/x11-themes/gnome-icons/Makefile @@ -11,7 +11,7 @@ PORTNAME= gnome-icons PORTVERSION= 20060914 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= # empty DISTFILES= # empty @@ -21,7 +21,6 @@ MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Meta-port for Gnome iconsets RUN_DEPENDS= ${LOCALBASE}/share/icons/AquaFusion/index.theme:${PORTSDIR}/x11-themes/gnome-icons-aqua-fusion \ - ${LOCALBASE}/share/icons/CoolGorilla-ICONS/index.theme:${PORTSDIR}/x11-themes/gnome-icons-cool-gorilla \ ${LOCALBASE}/share/icons/CfG-Crystal-SVG-1.2.0/index.theme:${PORTSDIR}/x11-themes/gnome-icons-crystal \ ${LOCALBASE}/share/icons/Gentoo-test/index.theme:${PORTSDIR}/x11-themes/gnome-icons-gentoo-test \ ${LOCALBASE}/share/icons/Iris/index.theme:${PORTSDIR}/x11-themes/gnome-icons-iris \ |