diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 3cc00093cd1f..45c30fe5383e 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -1,20 +1,28 @@ PORTNAME= pfqueue PORTVERSION= 0.5.6 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Console-based tool for handling Postfix 1, Postfix 2, and Exim queues WWW= http://pfqueue.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static USES= libtool ncurses USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static + INSTALL_TARGET= install-strip -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=int-conversion +.endif + +.include