diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 17:55:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 17:55:21 +0800 |
commit | 29689f4a1ee48ba710fc21fa1842f704dc85e0bc (patch) | |
tree | 1c68ffb785a34a4be3ea6d07ab2730ce8073edbe /deskutils | |
parent | 9c8bd5933f5f783738c8c93b00c88ef12333c2c5 (diff) | |
download | freebsd-ports-gnome-29689f4a1ee48ba710fc21fa1842f704dc85e0bc.tar.gz freebsd-ports-gnome-29689f4a1ee48ba710fc21fa1842f704dc85e0bc.tar.zst freebsd-ports-gnome-29689f4a1ee48ba710fc21fa1842f704dc85e0bc.zip |
Stageify libxkalvier
USES libtool
Chase libxklavier shlib change
On all ports depending on libxklavier:
- Support stage
- USES=libtool when possible to reduce overlinking
- Support packaging as a user
Diffstat (limited to 'deskutils')
-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 |