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

(-)Makefile (-6 / +4 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	tclmore0.7:${PORTSDIR}/devel/tclmore
17
LIB_DEPENDS=	tclmore0.7:${PORTSDIR}/devel/tclmore
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
INSTALLS_SHLIB=	yes
20
USE_LDCONFIG=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_TCL=	yes
22
USE_TCL=	yes
23
USE_TCL_BUILD=	yes
23
USE_TCL_BUILD=	yes
Lines 33-45 Link Here
33
MAKE_ENV+=	CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \
33
MAKE_ENV+=	CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \
34
		LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib"
34
		LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib"
35
35
36
.include <bsd.port.pre.mk>
36
.if !defined(NOPORTDOCS)
37
37
PORTDOCS=	*
38
.if ${OSVERSION} < 500000
39
BROKEN=		Does not compile on FreeBSD 4.X
40
.endif
38
.endif
41
39
42
post-extract:
40
post-extract:
43
	${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi
41
	${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi
44
42
45
.include <bsd.port.post.mk>
43
.include <bsd.port.mk>

Return to bug 111869