diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 09:55:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 09:55:21 +0000 |
commit | 98b2973da204ae66b177b09a4d81328105d6ccea (patch) | |
tree | 1c68ffb785a34a4be3ea6d07ab2730ce8073edbe /deskutils/xfce4-xkb-plugin | |
parent | 0f96dd25adb7ba29559ad6704328bd02dcbd03e7 (diff) | |
download | ports-98b2973da204ae66b177b09a4d81328105d6ccea.tar.gz ports-98b2973da204ae66b177b09a4d81328105d6ccea.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-xkb-plugin')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 8ad87848638f..edaaba9f1446 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -12,8 +13,7 @@ COMMENT= Keyboard layout switching plugin for the Xfce panel LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gettext pkgconfig gmake +USES= gettext pkgconfig gmake tar:bzip2 USE_GNOME= gtk20 intltool intlhack librsvg2 libwnck USE_XFCE= configenv libmenu libutil panel USE_XORG= x11 |