diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
commit | 2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch) | |
tree | 2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /www/hypermail | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) | |
download | ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip |
Notes
Diffstat (limited to 'www/hypermail')
-rw-r--r-- | www/hypermail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index c63fd3cf6a6b..86c6c97dead0 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -7,13 +7,14 @@ PORTNAME= hypermail PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www mail MASTER_SITES= SF MAINTAINER= dan@langille.org COMMENT= A program to generate a cross-referenced HTML mail archive -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm \ +LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm \ pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes |