diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
commit | 338161958384cbdb221973b01a11d82931076f0c (patch) | |
tree | 9ad64d1ef4f015567812cf7538b084e6df860f1d /mail | |
parent | 5b5364a3685860b6cb82a872a7e838bc9dc7c044 (diff) | |
download | ports-338161958384cbdb221973b01a11d82931076f0c.tar.gz ports-338161958384cbdb221973b01a11d82931076f0c.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 37fb18cfb48a..f9e1b908004d 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 1.1.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail MASTER_SITES= SF @@ -39,7 +39,7 @@ USE_ICONV= yes BF_LIBS+= -liconv .endif .if !defined(WITHOUT_GSL) -LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --with-included-gsl .endif |