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

(-)Makefile (-1 / +4 lines)
Lines 16-21 Link Here
16
MAINTAINER=	erik@smluc.org
16
MAINTAINER=	erik@smluc.org
17
COMMENT=	Scheme script interpreter with multibyte character handling
17
COMMENT=	Scheme script interpreter with multibyte character handling
18
18
19
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
20
19
# Choices are: "pthreads" and "no", but it seems that FreeBSD does not
21
# Choices are: "pthreads" and "no", but it seems that FreeBSD does not
20
# yet fully support threads with Boehm GC.
22
# yet fully support threads with Boehm GC.
21
GAUCHE_THREADS?=	no
23
GAUCHE_THREADS?=	no
Lines 32-38 Link Here
32
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
33
CONFIGURE_ARGS=	--enable-threads=${GAUCHE_THREADS} \
35
CONFIGURE_ARGS=	--enable-threads=${GAUCHE_THREADS} \
34
		--enable-multibyte=${GAUCHE_ENCODING} \
36
		--enable-multibyte=${GAUCHE_ENCODING} \
35
		--with-slib=${PREFIX}/share/slib
37
		--with-slib=${LOCALBASE}/share/slib \
38
		--with-iconv=${LOCALBASE}
36
PLIST_SUB=	VERSION="${PORTVERSION}" \
39
PLIST_SUB=	VERSION="${PORTVERSION}" \
37
		TARGET="${CONFIGURE_TARGET}" \
40
		TARGET="${CONFIGURE_TARGET}" \
38
		INFOSECTION="${INFOSECTION}"
41
		INFOSECTION="${INFOSECTION}"

Return to bug 61557