svn commit: r379112 - head/math/libqalculate
Kurt Jaeger
pi at FreeBSD.org
Mon Feb 16 21:19:26 UTC 2015
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}
More information about the svn-ports-all
mailing list