diff options
author | ade <ade@FreeBSD.org> | 2002-08-22 19:34:32 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-22 19:34:32 +0000 |
commit | 4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch) | |
tree | db18b91a7faf4960db603dd768fe71b2fa6c9968 /textproc/redland | |
parent | 664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff) | |
download | FreeBSD-ports-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.zip FreeBSD-ports-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz |
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 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 6e6d52d..fc85cec 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db \ +LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ gdbm.2:${PORTSDIR}/databases/gdbm \ expat.3:${PORTSDIR}/textproc/expat2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ |