diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 16:26:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 16:26:35 +0800 |
commit | 42a4083c623c25e1ae525f4376c8e170dd8e0f7c (patch) | |
tree | 75c1cdef992ba7b34b5c6148bded7f06a2837f93 /textproc/rasqal | |
parent | f3a7d018595b9e2fa0215452b1182789b5ef518f (diff) | |
download | freebsd-ports-gnome-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.tar.gz freebsd-ports-gnome-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.tar.zst freebsd-ports-gnome-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.zip |
chase gdbm lib version
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 73116c25622a..ed55ab49c672 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ - gdbm.2:${PORTSDIR}/databases/gdbm \ + gdbm.3:${PORTSDIR}/databases/gdbm \ expat.4:${PORTSDIR}/textproc/expat2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xmlparse.1:${PORTSDIR}/www/libwww |