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 /net-im/amsn | |
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
Diffstat (limited to 'net-im/amsn')
-rw-r--r-- | net-im/amsn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |