diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-08 12:49:51 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-08 12:49:51 +0000 |
commit | 420e4dfce681866d36ab44d18a36e79d128217d8 (patch) | |
tree | dbed3f00cd29d2fc594636da673c58c3d6789cd5 /x11-themes/xfce4-icon-theme | |
parent | 4ec9c8318ac9ab3583be59ffb4926d2f196871e0 (diff) | |
download | ports-420e4dfce681866d36ab44d18a36e79d128217d8.tar.gz ports-420e4dfce681866d36ab44d18a36e79d128217d8.zip |
Add INSTALLS_ICONS to the GNOME icon theme ports, and bump port revisions.
Notes
Notes:
svn path=/head/; revision=147567
Diffstat (limited to 'x11-themes/xfce4-icon-theme')
-rw-r--r-- | x11-themes/xfce4-icon-theme/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-themes/xfce4-icon-theme/Makefile b/x11-themes/xfce4-icon-theme/Makefile index 9828a7f1ebbe..de55fb6f81c1 100644 --- a/x11-themes/xfce4-icon-theme/Makefile +++ b/x11-themes/xfce4-icon-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-icon-theme PORTVERSION= 4.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-themes xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -22,6 +22,9 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +WANT_GNOME= yes +INSTALLS_ICONS= yes + NO_BUILD= yes .include <bsd.port.mk> |