diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /www/hypermail | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) | |
download | ports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip |
Notes
Diffstat (limited to 'www/hypermail')
-rw-r--r-- | www/hypermail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index 5761768a8ff3..37d6da4b717c 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A program to generate a cross-referenced HTML mail archive -LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm \ + libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail \ |