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

(-)Makefile (-4 / +2 lines)
Lines 12-26 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BROKEN_powerpc64=	fails to compile: umachine.h:347: 'char16_t' does not name a type
16
17
LIB_DEPENDS=	libicuuc.so:devel/icu \
15
LIB_DEPENDS=	libicuuc.so:devel/icu \
18
		libcurl.so:ftp/curl \
16
		libcurl.so:ftp/curl \
19
		libgmp.so:math/gmp \
17
		libgmp.so:math/gmp \
20
		libmpfr.so:math/mpfr
18
		libmpfr.so:math/mpfr
21
19
22
USES=		gmake gettext iconv libtool localbase \
20
USES=		compiler:c++11-lang gmake gettext gnome iconv libtool \
23
		ncurses pathfix pkgconfig readline:port
21
		localbase ncurses pathfix pkgconfig readline:port
24
USE_GNOME=	intltool libxml2
22
USE_GNOME=	intltool libxml2
25
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
26
24

Return to bug 231723