diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 15:41:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 15:41:05 +0800 |
commit | 65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed (patch) | |
tree | 68f192472b408e25323d3dca318375272bfafdf0 /textproc/tclExpat | |
parent | c0d91637d3a31d1b09329c416a2d0e6917c1bed8 (diff) | |
download | freebsd-ports-gnome-65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed.tar.gz freebsd-ports-gnome-65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed.tar.zst freebsd-ports-gnome-65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed.zip |
Bump PORTREVISION and expat shlib.
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 1fe67dadb953..eed7a6e8aa85 100644 --- a/textproc/tclExpat/Makefile +++ b/textproc/tclExpat/Makefile @@ -7,14 +7,14 @@ PORTNAME= TclExpat PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc tcl83 MASTER_SITES= http://www.zveno.com/in-tclxml/ MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \ - expat.3:${PORTSDIR}/textproc/expat2 + expat.4:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes |