aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-08-22 19:34:32 +0000
committerAde Lovett <ade@FreeBSD.org>2002-08-22 19:34:32 +0000
commit3fccc4d9a5d6f45ef88537bd20d39666977499c5 (patch)
treeaa27cbe7bcc7815f9e47e9e8f58ac9c162a4a641 /textproc/redland
parentddc7dde299853b64f7f2c0103b05dbbaaec3ce1d (diff)
downloadports-3fccc4d9a5d6f45ef88537bd20d39666977499c5.tar.gz
ports-3fccc4d9a5d6f45ef88537bd20d39666977499c5.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.
Notes
Notes: svn path=/head/; revision=64839
Diffstat (limited to 'textproc/redland')
-rw-r--r--textproc/redland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index 6e6d52dc2fbf..fc85cec66253 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 \