diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 10:32:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 10:32:34 +0800 |
commit | 22908862e19c7a2e513d205e664655607d8f78b8 (patch) | |
tree | 191d8e4d5f6fed2d08f9dd54972a72c1750ba020 /mail/rbl-milter/Makefile | |
parent | 120f1c51d1f98cd15a940c895de9e3e88d45a6a1 (diff) | |
download | freebsd-ports-graphics-22908862e19c7a2e513d205e664655607d8f78b8.tar.gz freebsd-ports-graphics-22908862e19c7a2e513d205e664655607d8f78b8.tar.zst freebsd-ports-graphics-22908862e19c7a2e513d205e664655607d8f78b8.zip |
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION.
Diffstat (limited to 'mail/rbl-milter/Makefile')
-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 1534de85f84..04ace8ee155 100644 --- a/mail/rbl-milter/Makefile +++ b/mail/rbl-milter/Makefile @@ -7,7 +7,7 @@ PORTNAME= rbl-milter PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://opensource.confusticate.com/rbl-milter/ @@ -17,6 +17,7 @@ COMMENT= A milter that adds mail header warnings on mail from open-relays GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-sendmail=/usr \ --with-sendmail-obj=/usr/lib |