mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
math/libqalculate: really fix build in poudriere with both NLS cases
PR: 195908 Submitted by: tijl
This commit is contained in:
parent
0757d39a5f
commit
bbfe871a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379112
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user