diff options
Diffstat (limited to 'sysutils/xfce4-cpugraph-plugin')
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 6 | ||||
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/files/patch-configure | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 2dd7322148bf..b45151757e83 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -12,18 +12,18 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Graphical representation of the CPU load +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu 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} diff --git a/sysutils/xfce4-cpugraph-plugin/files/patch-configure b/sysutils/xfce4-cpugraph-plugin/files/patch-configure new file mode 100644 index 000000000000..ef4645796d7e --- /dev/null +++ b/sysutils/xfce4-cpugraph-plugin/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig 2012-07-04 14:30:00.000000000 +0000 ++++ ./configure 2014-01-30 14:21:45.000000000 +0000 +@@ -14658,7 +14658,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no |