diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
commit | b361f56db83ce9748463f9175d17796a5e4fd5b0 (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /deskutils/xfce4-xkb-plugin | |
parent | ccc38469f37cea6408376875be95f9ff4f72f328 (diff) | |
download | freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.gz freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.zst freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.zip |
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Diffstat (limited to 'deskutils/xfce4-xkb-plugin')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 9684b30d8818..91b574264f01 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.5.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -10,13 +10,13 @@ MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9 MAINTAINER= xfce@FreeBSD.org COMMENT= Keyboard layout switching plugin for Xfce4 -LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier +LIB_DEPENDS= xklavier:${PORTSDIR}/x11/libxklavier GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig librsvg2 +USE_GNOME= gtk20 intltool intlhack librsvg2 USE_XFCE= configenv panel .include <bsd.port.mk> |