- Support STAGEDIR
- Convert to new LIB_DEPENDS format
This commit is contained in:
parent
dda0047fbd
commit
39d0ad4a0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332267
1 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue