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 /www | |
parent | add Arphic ttf fonts support for Adobe-GB1 (diff) |
chase gdbm lib version
Notes
Notes:
svn path=/head/; revision=72367
Diffstat (limited to '')
-rw-r--r-- | www/hypermail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index 8b84204ecad5..b13ea046a3f9 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.landfield.com/hypermail/dist/ MAINTAINER= petef@FreeBSD.org -LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm \ +LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm \ pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes |