diff options
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 7edf71243267..583dacd79b23 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce-battery-plugin -# Date created: 31 June 2003 -# Whom: Thorsten Greiner <thorsten.greiner@web.de> -# +# Created by: Thorsten Greiner <thorsten.greiner@web.de> # $FreeBSD$ # PORTNAME= xfce4-battery-plugin PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -20,9 +18,10 @@ ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig +USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libmenu libutil panel INSTALLS_ICONS= yes +USES= pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS |