math/libqalculate: really fix build in poudriere with both NLS cases

PR:		195908
Submitted by:	tijl
This commit is contained in:
Kurt Jaeger 2015-02-16 21:19:25 +00:00
parent 0757d39a5f
commit bbfe871a6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379112

View file

@ -12,7 +12,7 @@ COMMENT= Multi-purpose desktop calculator (backend library)
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}