diff options
author | mi <mi@FreeBSD.org> | 2004-04-06 09:15:10 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-04-06 09:15:10 +0800 |
commit | 404c899044ebfaf0630d6926cc17f137b2ef854b (patch) | |
tree | 71ce27184a0dec4a08d5e066947666d552846854 | |
parent | 5a7078709172847c1e0da8d4281b03ee15a9f98c (diff) | |
download | freebsd-ports-gnome-404c899044ebfaf0630d6926cc17f137b2ef854b.tar.gz freebsd-ports-gnome-404c899044ebfaf0630d6926cc17f137b2ef854b.tar.zst freebsd-ports-gnome-404c899044ebfaf0630d6926cc17f137b2ef854b.zip |
Update the dependency on tcllib from 1.4 to 1.6. May be, tcllib should
install into a non-versioned directory?
Submitted by: kris
-rw-r--r-- | devel/tclxml/Makefile | 2 | ||||
-rw-r--r-- | net-im/amsn/Makefile | 2 | ||||
-rw-r--r-- | net/amsn/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index a2eee4d5dab5..cf713aeebdde 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -16,7 +16,7 @@ COMMENT= API for parsing XML documents using Tcl BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 \ - ${LOCALBASE}/lib/tcllib1.4/uri/uri.tcl:${PORTSDIR}/devel/tcllib + ${LOCALBASE}/lib/tcllib1.6/uri/uri.tcl:${PORTSDIR}/devel/tcllib GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net-im/amsn/Makefile b/net-im/amsn/Makefile index 46d72261bd26..ee65ecc12ab8 100644 --- a/net-im/amsn/Makefile +++ b/net-im/amsn/Makefile @@ -18,7 +18,7 @@ COMMENT= MSN Messenger LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ convert:${PORTSDIR}/graphics/ImageMagick \ - ${LOCALBASE}/lib/tcllib1.4/base64/base64.tcl:${PORTSDIR}/devel/tcllib + ${LOCALBASE}/lib/tcllib1.6/base64/base64.tcl:${PORTSDIR}/devel/tcllib USE_REINPLACE= yes WRKSRC= ${WRKDIR}/msn diff --git a/net/amsn/Makefile b/net/amsn/Makefile index 46d72261bd26..ee65ecc12ab8 100644 --- a/net/amsn/Makefile +++ b/net/amsn/Makefile @@ -18,7 +18,7 @@ COMMENT= MSN Messenger LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ convert:${PORTSDIR}/graphics/ImageMagick \ - ${LOCALBASE}/lib/tcllib1.4/base64/base64.tcl:${PORTSDIR}/devel/tcllib + ${LOCALBASE}/lib/tcllib1.6/base64/base64.tcl:${PORTSDIR}/devel/tcllib USE_REINPLACE= yes WRKSRC= ${WRKDIR}/msn |