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 /lang/smalltalk | |
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 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 201f69762df8..f0c59121a71a 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - gdbm.2:${PORTSDIR}/databases/gdbm \ + gdbm.3:${PORTSDIR}/databases/gdbm \ gmp.6:${PORTSDIR}/math/libgmp4 USE_REINPLACE= yes |