View | Details | Raw Unified | Return to bug 177097
Collapse All | Expand All

(-)mail/milter-greylist/Makefile (-2 / +3 lines)
Lines 74-81 Link Here
74
LIBS+=		${PTHREAD_LIBS}
74
LIBS+=		${PTHREAD_LIBS}
75
75
76
GNU_CONFIGURE=	yes
76
GNU_CONFIGURE=	yes
77
CONFIGURE_ARGS+=	--with-user=mailnull --with-libmilter=${MILTERBASE} \
77
CONFIGURE_ARGS+=	--with-user=mailnull --with-libmilter=${MILTERBASE}	\
78
			--enable-dnsrbl --with-thread-safe-resolver
78
			--enable-dnsrbl --with-thread-safe-resolver		\
79
			--with-dumpfile=/var/milter-greylist/greylist.db
79
CONFIGURE_ENV+=	LIBS="${LIBS}"
80
CONFIGURE_ENV+=	LIBS="${LIBS}"
80
81
81
ALL_TARGET=	milter-greylist
82
ALL_TARGET=	milter-greylist

Return to bug 177097