svn commit: r332267 - head/deskutils/xfce4-xkb-plugin
Olivier Duchateau
olivierd at FreeBSD.org
Thu Oct 31 17:12:59 UTC 2013
Author: olivierd
Date: Thu Oct 31 17:12:58 2013
New Revision: 332267
URL: http://svnweb.freebsd.org/changeset/ports/332267
Log:
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
Modified:
head/deskutils/xfce4-xkb-plugin/Makefile
Modified: head/deskutils/xfce4-xkb-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-xkb-plugin/Makefile Thu Oct 31 17:11:01 2013 (r332266)
+++ head/deskutils/xfce4-xkb-plugin/Makefile Thu Oct 31 17:12:58 2013 (r332267)
@@ -7,17 +7,15 @@ MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= xfce at 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>
More information about the svn-ports-all
mailing list