diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-02-12 14:14:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-02-12 14:14:35 +0000 |
commit | e69242b2a3a329bc9a80cfb640851f7e4012ac0a (patch) | |
tree | 1f1dab76b70b57fda045d100789e488a3942c72b /mail/raysfilter/Makefile | |
parent | 126b8e54a090ce65d51980b8d1f63439238b3eb5 (diff) | |
download | ports-e69242b2a3a329bc9a80cfb640851f7e4012ac0a.tar.gz ports-e69242b2a3a329bc9a80cfb640851f7e4012ac0a.zip |
Diffstat (limited to 'mail/raysfilter/Makefile')
-rw-r--r-- | mail/raysfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile index 320462e9a7e9..f3b5de82425f 100644 --- a/mail/raysfilter/Makefile +++ b/mail/raysfilter/Makefile @@ -1,6 +1,6 @@ PORTNAME= raysfilter PORTVERSION= 1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= LOCAL/dinoex DISTNAME= rays-filter-${PORTVERSION} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/GNU-public-licence.txt USES= shebangfix CTARGETS+= rays-filter -CFLAGS+= -Wall +CFLAGS+= -Wall -Wno-pointer-sign LIBS+= -lpthread -lmilter SHEBANG_FILES= mf-analyze ETCFILES= header-list.conf mail-filter.conf string-list.conf |