aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-10-31 17:12:58 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-10-31 17:12:58 +0000
commit39d0ad4a0b6f13d8837b1bb550cd4490404ffe9e (patch)
tree6c70a9bf08c444cd849b052600f31c53156c947c /deskutils
parentdda0047fbd1ee48139875b471f96cf797fb7e03e (diff)
downloadports-39d0ad4a0b6f13d8837b1bb550cd4490404ffe9e.tar.gz
ports-39d0ad4a0b6f13d8837b1bb550cd4490404ffe9e.zip
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
Notes
Notes: svn path=/head/; revision=332267
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xfce4-xkb-plugin/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile
index b616b69dfcff..8ad87848638f 100644
--- a/deskutils/xfce4-xkb-plugin/Makefile
+++ b/deskutils/xfce4-xkb-plugin/Makefile
@@ -7,17 +7,15 @@ MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= xfce@FreeBSD.org
-COMMENT= Keyboard layout switching plugin for Xfce4
+COMMENT= Keyboard layout switching plugin for the Xfce panel
-LIB_DEPENDS= xklavier:${PORTSDIR}/x11/libxklavier
+LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext pkgconfig
-USE_GMAKE= yes
+USES= gettext pkgconfig gmake
USE_GNOME= gtk20 intltool intlhack librsvg2 libwnck
USE_XFCE= configenv libmenu libutil panel
USE_XORG= x11
-NO_STAGE= yes
.include <bsd.port.mk>