Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 21:19:26 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379112 - head/math/libqalculate
Message-ID:  <201502162119.t1GLJQIH050751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Feb 16 21:19:25 2015
New Revision: 379112
URL: https://svnweb.freebsd.org/changeset/ports/379112
QAT: https://qat.redports.org/buildarchive/r379112/

Log:
  math/libqalculate: really fix build in poudriere with both NLS cases
  
  PR:		195908
  Submitted by:	tijl

Modified:
  head/math/libqalculate/Makefile

Modified: head/math/libqalculate/Makefile
==============================================================================
--- head/math/libqalculate/Makefile	Mon Feb 16 21:17:04 2015	(r379111)
+++ head/math/libqalculate/Makefile	Mon Feb 16 21:19:25 2015	(r379112)
@@ -12,7 +12,7 @@ COMMENT=	Multi-purpose desktop calculato
 
 LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
 
-USES=		pkgconfig pathfix gmake libtool
+USES=		pkgconfig pathfix gmake libtool gettext-tools
 USE_GNOME=	glib20 intltool libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -23,11 +23,9 @@ INSTALL_TARGET=	install-strip
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-.include <bsd.port.options.mk>
+NLS_USES=	gettext-runtime
 
-.if !${PORT_OPTIONS:MNLS}
-USES+=		gettext
-.endif
+.include <bsd.port.options.mk>
 
 post-patch:
 .if !${PORT_OPTIONS:MNLS}



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