diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-12-10 15:56:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-12-10 15:56:50 +0000 |
commit | f2f62a727abcf8bf287031331c78ddf5162a4f9b (patch) | |
tree | 3161cce470f36dd9a260035a1d6eac891a860941 | |
parent | c033a24328a02338de91ae446b7ce93f16ab235e (diff) | |
download | ports-f2f62a727abcf8bf287031331c78ddf5162a4f9b.tar.gz ports-f2f62a727abcf8bf287031331c78ddf5162a4f9b.zip |
Notes
-rw-r--r-- | mail/milter-greylist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 1e09f15c79d7..765cd105aa32 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -70,7 +70,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-user=mailnull --with-libmilter=${MILTERBASE} .if ${OSVERSION} >= 502102 -CONFIGURE_ARGS+= --enable-dnsrbl +CONFIGURE_ARGS+= --enable-dnsrbl --with-thread-safe-resolver .endif CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LIBS="${LIBS} " |