diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 17:02:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 17:02:03 +0000 |
commit | 4f8366dd7d07393cc72c285d506e7f9c17659452 (patch) | |
tree | f584c033d723b466b27e572de969c15e431168a9 /sysutils/xfce4-battery-plugin/Makefile | |
parent | 777989440f5adc07f533233609f36514392df5ea (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index e2fb8146be93..3acd4ca056d8 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xfce4-battery-plugin -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -18,16 +17,13 @@ COMMENT= Battery monitor panel plugin for Xfce4 ONLY_FOR_ARCHS= i386 amd64 -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig -USE_XFCE= configenv libgui libutil panel +USE_XFCE= configenv libmenu libutil panel INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-debug - OPTIONS= NLS "Enable Native Language Support" on .include <bsd.port.pre.mk> |