diff options
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> |