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

(-)Makefile (-4 / +11 lines)
Lines 7-23 Link Here
7
7
8
PORTNAME=	libqalculate
8
PORTNAME=	libqalculate
9
PORTVERSION=	0.9.6
9
PORTVERSION=	0.9.6
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	SF/qalculate
12
MASTER_SITES=	SF/qalculate
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	scjamorim@bsd.com.br
15
COMMENT=	A a multi-purpose desktop calculator (backend library)
15
COMMENT=	A a multi-purpose desktop calculator (backend library)
16
16
17
LIB_DEPENDS=	cln.5:${PORTSDIR}/math/cln
17
LIB_DEPENDS=	cln.6:${PORTSDIR}/math/cln
18
18
19
USE_GNOME=	glib20 gnomehack gnometarget intlhack libxml2
19
USE_GNOME=	glib20 gnomehack gnometarget intlhack libxml2
20
USE_GETTEXT=	yes
21
USE_GMAKE=	yes
20
USE_GMAKE=	yes
22
USE_AUTOTOOLS=	libtool:22
21
USE_AUTOTOOLS=	libtool:22
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
Lines 27-30 Link Here
27
	@${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in
26
	@${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in
28
	@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure
27
	@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure
29
28
29
.if defined(WITHOUT_NLS)
30
CONFIGURE_ARGS+=	--disable-nls
31
PLIST_SUB+=		NLS="@comment "
32
.else
33
USE_GETTEXT=		yes
34
PLIST_SUB+=		NLS=""
35
.endif
36
30
.include <bsd.port.mk>
37
.include <bsd.port.mk>

Return to bug 137567