diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-07 14:39:50 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-07 14:39:50 +0000 |
commit | 9935674b8b0e2415237028add5f4a37c9e87413a (patch) | |
tree | 23497360980f587b85f1dee4f2d28ce718a905bd /textproc | |
parent | - Update to 20110301 (diff) |
- dbi.0 => dbi.1
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=270443
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/refdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index 00b0f7581815..92dd9f49bb54 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -7,7 +7,7 @@ PORTNAME= refdb PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -17,7 +17,7 @@ COMMENT= Bibliographic reference database LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ btparse.0:${PORTSDIR}/textproc/btparse \ - dbi.0:${PORTSDIR}/databases/libdbi + dbi.1:${PORTSDIR}/databases/libdbi USE_GMAKE= yes USE_ICONV= yes |