Index: head/www/varnish-nagios/Makefile =================================================================== --- head/www/varnish-nagios/Makefile (revision 400408) +++ head/www/varnish-nagios/Makefile (revision 400409) @@ -1,31 +1,33 @@ # Created by: anders # $FreeBSD$ PORTNAME= varnish-nagios PORTVERSION= 1.1.20140519 PORTREVISION= 0 CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish LICENSE= BSD2CLAUSE +BROKEN= fails to build + BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 GNU_CONFIGURE= yes CFLAGS+= -lm USES= autoreconf libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= varnish GH_TAGNAME= 022fbf9 PLIST_FILES= libexec/nagios/check_varnish do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios .include