Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2015 23:31:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380568 - head/sysutils/xfce4-cpugraph-plugin
Message-ID:  <201503052331.t25NVCHm051754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar  5 23:31:11 2015
New Revision: 380568
URL: https://svnweb.freebsd.org/changeset/ports/380568
QAT: https://qat.redports.org/buildarchive/r380568/

Log:
  Commit another part of PR 198132 that was missed

Modified:
  head/sysutils/xfce4-cpugraph-plugin/Makefile

Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-cpugraph-plugin/Makefile	Thu Mar  5 23:10:55 2015	(r380567)
+++ head/sysutils/xfce4-cpugraph-plugin/Makefile	Thu Mar  5 23:31:11 2015	(r380568)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-cpugraph-plugin
 PORTVERSION=	1.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -17,22 +17,13 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pkgconfig tar:bzip2
+USES=		gmake libtool pkgconfig gettext-tools xfce tar:bzip2
 USE_GNOME=	gtk20 intltool intlhack
-USE_XFCE=	configenv libmenu panel
+USE_XFCE=	panel
 
 OPTIONS_DEFINE= NLS
-OPTIONS_DEFAULT=        NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+NLS_USES=	gettext-runtime
+NLS_CONFIGURE_ENABLE=	nls
+OPTIONS_SUB=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503052331.t25NVCHm051754>