diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 14:06:32 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 14:06:32 +0000 |
commit | 5a60e620b3479a35dbf30433fbe1553113d6407c (patch) | |
tree | 980d8946545a4919a43097b019f9314c06c72bd7 /sysutils/xfce4-battery-plugin/Makefile | |
parent | 4e749081cfd02c27b174de96d222b78a8c930299 (diff) | |
download | ports-5a60e620b3479a35dbf30433fbe1553113d6407c.tar.gz ports-5a60e620b3479a35dbf30433fbe1553113d6407c.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index eb403dc77c76..2309e34e459c 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -12,20 +12,20 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Battery monitor panel plugin for Xfce4 +LICENSE= GPLv2 + ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libmenu libutil panel INSTALLS_ICONS= yes -USES= pathfix pkgconfig +USES= pkgconfig gmake OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |