diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
commit | 15ff0ca9668ff4ece44259bf056f7a752b71637b (patch) | |
tree | 86ec34cb84bd753569b60192622b3a9d54505faf /mail/rbl-milter | |
parent | d97a8fd8f7c3cf44eeea66e9fd69fa9b627b6b2d (diff) |
Notes
Diffstat (limited to 'mail/rbl-milter')
-rw-r--r-- | mail/rbl-milter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile index 1d1c2d19a58c..c698c6b05d94 100644 --- a/mail/rbl-milter/Makefile +++ b/mail/rbl-milter/Makefile @@ -3,7 +3,7 @@ PORTNAME= rbl-milter PORTVERSION= 0.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://opensource.confusticate.com/rbl-milter/ @@ -20,4 +20,5 @@ CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} \ --with-sendmail-obj=${MILTERBASE}/lib .include "${.CURDIR}/../sendmail/bsd.milter.mk" + .include <bsd.port.mk> |