diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index d76331ca082c..e713f5e07e79 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -1,24 +1,24 @@ # Created by: snowchyld PORTNAME= libspf2 PORTVERSION= 1.2.10 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.libspf2.org/spf/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sender Policy Framework 2 C Implementation LICENSE= BSD2CLAUSE LGPL21 LGPL3 LICENSE_COMB= dual +USES= cpe libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h .include