summaryrefslogtreecommitdiff
path: root/devel/pecl-sync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-sync/Makefile')
-rw-r--r--devel/pecl-sync/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/pecl-sync/Makefile b/devel/pecl-sync/Makefile
index c28b5621f36a..b1b7efd9dc8f 100644
--- a/devel/pecl-sync/Makefile
+++ b/devel/pecl-sync/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sync
-PORTVERSION= 1.1.2
+DISTVERSION= 1.1.2
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
@@ -11,4 +11,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
+.include <bsd.port.post.mk>