diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-01-30 22:06:32 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-01-30 22:06:32 +0800 |
commit | b4a5383546873be2811996f6829177b35991913e (patch) | |
tree | 980d8946545a4919a43097b019f9314c06c72bd7 /sysutils/xfce4-systemload-plugin | |
parent | 805a9ce33587cc94bb01f382ae88cf07b980c3f1 (diff) | |
download | freebsd-ports-gnome-b4a5383546873be2811996f6829177b35991913e.tar.gz freebsd-ports-gnome-b4a5383546873be2811996f6829177b35991913e.tar.zst freebsd-ports-gnome-b4a5383546873be2811996f6829177b35991913e.zip |
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Use USES= gmake
- Add LICENSE
- Fix when NLS option is unset
Diffstat (limited to 'sysutils/xfce4-systemload-plugin')
-rw-r--r-- | sysutils/xfce4-systemload-plugin/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xfce4-systemload-plugin/files/patch-configure | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index ef364ee87d2a..b131d418c559 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -12,19 +12,19 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= System Load plugin for XFce4 -LIB_DEPENDS= upower-glib.1:${PORTSDIR}/sysutils/upower +LICENSE= BSD + +LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -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-systemload-plugin/files/patch-configure b/sysutils/xfce4-systemload-plugin/files/patch-configure new file mode 100644 index 000000000000..b46c4308c33c --- /dev/null +++ b/sysutils/xfce4-systemload-plugin/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig 2012-06-30 07:54:42.000000000 +0000 ++++ ./configure 2014-01-30 14:45:44.000000000 +0000 +@@ -13178,7 +13178,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no |