diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-20 14:32:02 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-20 14:32:02 +0800 |
commit | 635dc0b35dce4051e7a9ac21e5d847a56a08b0eb (patch) | |
tree | ee2e6e8debb6cb53575d944ae263a310034e5ab1 /devel | |
parent | 1f11d43259d3c8396247316b2ff5ae6c8a956529 (diff) | |
download | freebsd-ports-graphics-635dc0b35dce4051e7a9ac21e5d847a56a08b0eb.tar.gz freebsd-ports-graphics-635dc0b35dce4051e7a9ac21e5d847a56a08b0eb.tar.zst freebsd-ports-graphics-635dc0b35dce4051e7a9ac21e5d847a56a08b0eb.zip |
- removed support to FreeBSD 4.x (EOL)
- add NOPORTDOCS also.
- add USE_LDCONFIG.
PR: ports/111869
Submitted by: Marcelo Araujo
Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ztcl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile index 465c97ac48a..e0c8bb3e6f6 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |