diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
commit | 4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch) | |
tree | db18b91a7faf4960db603dd768fe71b2fa6c9968 /devel/tcl-neo | |
parent | 664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff) | |
download | freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.zst freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.zip |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly.
Diffstat (limited to 'devel/tcl-neo')
-rw-r--r-- | devel/tcl-neo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index 4b0d4d537f2a..69abf764211e 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -16,7 +16,7 @@ DISTNAME= neowebscript-3.3 MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= tclx83:${PORTSDIR}/lang/tclX82 \ - db2:${PORTSDIR}/databases/db + db2:${PORTSDIR}/databases/db2 # Not yet -- openldap used db3, neo used db2 :( # ldap.2:${PORTSDIR}/net/openldap2 |