diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
commit | 27ebc7aa1585c2b9af83847eefdc6838c7b53269 (patch) | |
tree | eca52b071c45cb1820935dbf3f6bcdec9c6b143a /databases/grass-i18n | |
parent | 10dff409713715b96c17ebf2776dd051626132d3 (diff) | |
download | ports-27ebc7aa1585c2b9af83847eefdc6838c7b53269.tar.gz ports-27ebc7aa1585c2b9af83847eefdc6838c7b53269.zip |
chase gdbm lib version
Notes
Notes:
svn path=/head/; revision=72367
Diffstat (limited to 'databases/grass-i18n')
-rw-r--r-- | databases/grass-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index 90354e60c06f..db0e52ecfc18 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ iconv.3:${PORTSDIR}/converters/libiconv \ freetype.9:${PORTSDIR}/print/freetype2 \ - gdbm.2:${PORTSDIR}/databases/gdbm \ + gdbm.3:${PORTSDIR}/databases/gdbm \ pq.2:${PORTSDIR}/databases/postgresql7 \ odbc.1:${PORTSDIR}/databases/unixODBC \ lapack.3:${PORTSDIR}/math/lapack |