diff options
Diffstat (limited to 'x11/xfce4-whiskermenu-plugin/Makefile')
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile index 2c87a8b606f9..1c7274e37d6c 100644 --- a/x11/xfce4-whiskermenu-plugin/Makefile +++ b/x11/xfce4-whiskermenu-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-whiskermenu-plugin PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -16,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= pkgconfig cmake gettext tar:bzip2 +USES= pkgconfig cmake gettext xfce tar:bzip2 USE_GNOME= gtk20 -USE_XFCE= configenv garcon libexo libmenu libutil panel +USE_XFCE= panel INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |