Index: Makefile =================================================================== RCS file: /cvs/ports/mail/milter-greylist/Makefile,v retrieving revision 1.17 diff -u -p -u -r1.17 Makefile --- Makefile 16 Feb 2015 22:57:09 -0000 1.17 +++ Makefile 9 Oct 2016 09:15:02 -0000 @@ -3,7 +3,7 @@ COMMENT= greylist milter DISTNAME= milter-greylist-4.2.7 -REVISION= 2 +REVISION= 3 CATEGORIES= mail HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ @@ -32,9 +32,6 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-user=${USERNAME} \ --with-dumpfile=${GREYLISTDIR}/greylist.db \ --with-libspf2=${LOCALBASE} -# needed since libspf2 links against libbind -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/libbind \ - -R${LOCALBASE}/lib/libbind" NO_TEST= Yes