View | Details | Raw Unified | Return to bug 195908
Collapse All | Expand All

(-)b/math/libqalculate/Makefile (-3 / +1 lines)
Lines 12-18 COMMENT= Multi-purpose desktop calculator (backend library) Link Here
12
12
13
LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
13
LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
14
14
15
USES=		pkgconfig pathfix gmake libtool
15
USES=		pkgconfig pathfix gmake libtool gettext
16
USE_GNOME=	glib20 intltool libxml2
16
USE_GNOME=	glib20 intltool libxml2
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
Lines 23-30 INSTALL_TARGET= install-strip Link Here
23
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
25
26
NLS_USES=	gettext
27
28
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
29
27
30
post-patch:
28
post-patch:

Return to bug 195908