diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 13:09:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 13:09:56 +0000 |
commit | c0f51fae12dae94c59e092199423a8f5b1c68b2c (patch) | |
tree | 004f91a2cd5d77bd5eb0cb53987c1b5fdd85d9a9 /mail/bogofilter | |
parent | 4daeca007b7d641be528b6f1df740b42356284f8 (diff) | |
download | ports-c0f51fae12dae94c59e092199423a8f5b1c68b2c.tar.gz ports-c0f51fae12dae94c59e092199423a8f5b1c68b2c.zip |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
Notes
Notes:
svn path=/head/; revision=365182
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 592294fc0f86..b0568d6da368 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} |