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

(-)Makefile (-1 / +4 lines)
Lines 17-24 COMMENT?= Generic shared library support Link Here
17
17
18
GNU_CONFIGURE=	 yes
18
GNU_CONFIGURE=	 yes
19
CONFIGURE_ARGS?= --disable-ltdl-install
19
CONFIGURE_ARGS?= --disable-ltdl-install
20
# If system is built with WITHOUT_INFO=yes, there may be no makeinfo
21
.if exists(/usr/bin/makeinfo) || exists(${LOCALBASE}/bin/makeinfo)
20
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
22
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
INFO?=		libtool
23
INFO?=		libtool
24
.endif
25
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
26
24
.include <bsd.port.mk>
27
.include <bsd.port.mk>

Return to bug 121717