diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-19 09:20:12 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-19 09:20:12 +0000 |
commit | 27184832dcbc27b192f212be003abf721ee53665 (patch) | |
tree | b0080bfe2a9472c9f69362859d190a9fc8d954c2 /www/mod_zap/Makefile | |
parent | - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internal (diff) |
Update to version 1.4.2.
Use tcl8.4 instead of tcl8.3.
Notes
Notes:
svn path=/head/; revision=91643
Diffstat (limited to 'www/mod_zap/Makefile')
-rw-r--r-- | www/mod_zap/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/mod_zap/Makefile b/www/mod_zap/Makefile index 2ec6d1387b28..81a4499456a2 100644 --- a/www/mod_zap/Makefile +++ b/www/mod_zap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_zap -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= www MASTER_SITES= http://ftp.indexdata.dk/pub/zap/ DISTNAME= zap-${PORTVERSION} @@ -15,18 +15,15 @@ MAINTAINER= demon@FreeBSD.org COMMENT= An Apache module that provides Z39.50 access through WWW BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 + ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 + ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \ --with-apxs=${LOCALBASE}/sbin/apxs \ - --with-tclconfig=${LOCALBASE}/lib/tcl8.3 - -post-patch: - ${FIND} ${WRKSRC} -name CVS -type d -print | ${XARGS} ${RM} -rf + --with-tclconfig=${LOCALBASE}/lib/tcl8.4 post-install: @${MKDIR} ${PREFIX}/share/mod_zap |