diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
commit | a52ee364a98ded8249498ae8b48410e34b0c0233 (patch) | |
tree | d1d93c6174f03d2ae893983d90253f620e7c4f53 /textproc/rasqal | |
parent | cb109492b26568b1c27cdf05217b3dda037aa81e (diff) | |
download | ports-a52ee364a98ded8249498ae8b48410e34b0c0233.tar.gz ports-a52ee364a98ded8249498ae8b48410e34b0c0233.zip |
Notes
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index a1ff845d9b4d..6e6d52dc2fbf 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -8,6 +8,7 @@ PORTNAME= redland PORTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db \ gdbm.2:${PORTSDIR}/databases/gdbm \ - expat.2:${PORTSDIR}/textproc/expat2 \ + expat.3:${PORTSDIR}/textproc/expat2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xmlparse.1:${PORTSDIR}/www/libwww |