diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
commit | a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a (patch) | |
tree | bd3b68b1c1616483b7e8a56c691742eed57b2f7d /mail/bogofilter | |
parent | bf1a249551c4d907662c20a0e8344db52ad0d64a (diff) | |
download | FreeBSD-ports-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.zip FreeBSD-ports-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.gz |
chase math/gsl lib version
Diffstat (limited to 'mail/bogofilter')
-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 85d0aaf..8b28b84 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 1.1.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,7 +40,7 @@ USE_ICONV= yes BF_LIBS+= -liconv .endif .if !defined(WITHOUT_GSL) -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --with-included-gsl .endif |