Index: net-mgmt/riemann-c-client/Makefile =================================================================== --- net-mgmt/riemann-c-client/Makefile +++ net-mgmt/riemann-c-client/Makefile @@ -1,9 +1,9 @@ -# Created by: Dave Cottlehuber - PORTNAME= riemann-c-client PORTVERSION= 2.0.0 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= net-mgmt +MASTER_SITES= LOCAL/dch MAINTAINER= dch@FreeBSD.org COMMENT= C library and command-line tool for Riemann @@ -12,9 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= check>0:devel/check -LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ - libgnutls.so:security/gnutls \ - libjson-c.so:devel/json-c +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libjson-c.so:devel/json-c \ + libprotobuf-c.so:devel/protobuf-c USES= autoreconf gmake libtool pathfix pkgconfig @@ -30,6 +30,6 @@ @${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/Makefile.am # Running |make test| isn't on poudriere menu yet, so force-feed -pre-install: do-test +pre-install: do-test .include