aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xfce4-xkb-plugin
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
commitedee314615bd46f5757d9ff74619b24c367f146b (patch)
treec26ffb804332112a7d1e11a92de398c5b69a2462 /deskutils/xfce4-xkb-plugin
parente869b98462f3f85b6c2164bc0028a59b4d2af597 (diff)
downloadports-edee314615bd46f5757d9ff74619b24c367f146b.tar.gz
ports-edee314615bd46f5757d9ff74619b24c367f146b.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
Notes
Notes: svn path=/head/; revision=317695
Diffstat (limited to 'deskutils/xfce4-xkb-plugin')
-rw-r--r--deskutils/xfce4-xkb-plugin/Makefile8
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>