From 3dae3473f557186f2ddfd514ecfbd98e53f1f456 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Fri, 20 Apr 2007 06:32:02 +0000 Subject: - removed support to FreeBSD 4.x (EOL) - add NOPORTDOCS also. - add USE_LDCONFIG. PR: ports/111869 Submitted by: Marcelo Araujo Approved by: maintainer --- devel/ztcl/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'devel/ztcl') diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile index 465c97ac48ad..e0c8bb3e6f67 100644 --- a/devel/ztcl/Makefile +++ b/devel/ztcl/Makefile @@ -17,7 +17,7 @@ COMMENT= A zlib extension library for the Tcl LIB_DEPENDS= tclmore0.7:${PORTSDIR}/devel/tclmore GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_TCL= yes USE_TCL_BUILD= yes @@ -33,13 +33,11 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \ LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib" -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.X +.if !defined(NOPORTDOCS) +PORTDOCS= * .endif post-extract: ${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi -.include +.include -- cgit v1.2.3