diff options
author | mezz <mezz@FreeBSD.org> | 2007-04-30 04:06:47 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-04-30 04:06:47 +0800 |
commit | 700cf2e20f037d6de6088be93dbd66e005f77d8f (patch) | |
tree | b6ef3dc26c1b3cf039cb6749b17a879716957b6f /misc | |
parent | 7c744e3798c1fdb73b85c4c50c72307c287f2a4c (diff) | |
download | freebsd-ports-gnome-700cf2e20f037d6de6088be93dbd66e005f77d8f.tar.gz freebsd-ports-gnome-700cf2e20f037d6de6088be93dbd66e005f77d8f.tar.zst freebsd-ports-gnome-700cf2e20f037d6de6088be93dbd66e005f77d8f.zip |
Back it out, it breaks the installation and gnome-applets is the only one
port that has it. It's safer to keep in gnome-applets's plist.
Discussed with: marcus
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hicolor-icon-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile index f9d6857e9d7b..53346d40601a 100644 --- a/misc/hicolor-icon-theme/Makefile +++ b/misc/hicolor-icon-theme/Makefile @@ -26,7 +26,7 @@ PLIST= ${WRKDIR}/pkg-plist # Update the below from Makefile.in each release ICON_SIZES= 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ - 128x128 192x192 scalable svgxsvg + 128x128 192x192 scalable ICON_CONTEXTS= actions animations apps categories devices emblems emotes \ filesystems intl mimetypes places status stock STOCK_SUBS= chart code data form image io media navigation net object table text |