diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-28 06:02:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-28 06:02:59 +0000 |
commit | c0ade6b3de6829c052e2d7c83b049520f385e3bc (patch) | |
tree | 9584da19d8a0a676e786e223d1d10871fbd78fe9 | |
parent | Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0. (diff) |
LIB_DEPEND on tclx83 instead of 82, now that the tclX port is upgraded.
-rw-r--r-- | devel/tcl-neo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index fcc2af1678b2..f5356219f478 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -7,6 +7,7 @@ PORTNAME= neotcl PORTVERSION= 8.2.2 +PORTREVISION= 1 CATEGORIES= devel tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=nws @@ -14,7 +15,7 @@ DISTNAME= neowebscript-3.3 MAINTAINER= mi@aldan.algebra.com -LIB_DEPENDS= tclx82:${PORTSDIR}/lang/tclX82 \ +LIB_DEPENDS= tclx83:${PORTSDIR}/lang/tclX82 \ db2:${PORTSDIR}/databases/db # Not yet -- openldap used db3, neo used db2 :( |