diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /textproc/tclExpat | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) |
Notes
Diffstat (limited to 'textproc/tclExpat')
-rw-r--r-- | textproc/tclExpat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/tclExpat/Makefile b/textproc/tclExpat/Makefile index bd15688b65d3..ab5b92f90d46 100644 --- a/textproc/tclExpat/Makefile +++ b/textproc/tclExpat/Makefile @@ -7,7 +7,7 @@ PORTNAME= TclExpat PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc tcl83 MASTER_SITES= http://www.zveno.com/in-tclxml/ @@ -15,7 +15,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= The TCL interface to Expat library LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \ - expat.5:${PORTSDIR}/textproc/expat2 + expat.6:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes USE_REINPLACE= yes |