diff options
author | demon <demon@FreeBSD.org> | 2002-02-12 10:55:27 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-02-12 10:55:27 +0000 |
commit | 1125dd5ea9d0d769dca5babff99196a5dd9b4e7d (patch) | |
tree | 283f8ad67647947fe2b5c412f61188ae079a10e5 /www/mod_zap | |
parent | 50cce077e4c149bf74929d2b1eb50e90c8ae6344 (diff) | |
download | FreeBSD-ports-1125dd5ea9d0d769dca5babff99196a5dd9b4e7d.zip FreeBSD-ports-1125dd5ea9d0d769dca5babff99196a5dd9b4e7d.tar.gz |
Enable TCL support.
Diffstat (limited to 'www/mod_zap')
-rw-r--r-- | www/mod_zap/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/mod_zap/Makefile b/www/mod_zap/Makefile index aa5e10a..39f74bc 100644 --- a/www/mod_zap/Makefile +++ b/www/mod_zap/Makefile @@ -7,19 +7,23 @@ PORTNAME= mod_zap PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.indexdata.dk/pub/zap/ DISTNAME= zap-${PORTVERSION} MAINTAINER= demon@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ + ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ + ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \ - --with-apxs=${LOCALBASE}/sbin/apxs + --with-apxs=${LOCALBASE}/sbin/apxs \ + --with-tclconfig=${LOCALBASE}/lib/tcl8.3 post-install: @${MKDIR} ${PREFIX}/share/mod_zap |