diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile index 08aa24555fda..697dda0f44e8 100644 --- a/net-im/pecl-stomp2/Makefile +++ b/net-im/pecl-stomp2/Makefile @@ -1,17 +1,23 @@ PORTNAME= stomp -PORTVERSION= 2.0.3 +DISTVERSION= 2.0.3 CATEGORIES= net-im pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension of stomp client WWW= https://pecl.php.net/package/stomp LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl CONFLICTS= pecl-stomp-1* PORTSCOUT= limit:^2.* -.include +.include + +.if ${OPSYS} == FreeBSD +CFLAGS+= -Wno-error=int-conversion +.endif + +.include