diff options
Diffstat (limited to 'devel/ivykis/Makefile')
-rw-r--r-- | devel/ivykis/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/ivykis/Makefile b/devel/ivykis/Makefile index b59277f22da8..30b04b9b9f5a 100644 --- a/devel/ivykis/Makefile +++ b/devel/ivykis/Makefile @@ -1,6 +1,7 @@ PORTNAME= ivykis DISTVERSIONPREFIX= v DISTVERSION= 0.43.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= cy@FreeBSD.org @@ -21,7 +22,14 @@ GH_ACCOUNT= buytenh INSTALL_TARGET= install-strip +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1500050 +PLIST_SUB+= INOTIFY="" +.else +PLIST_SUB+= INOTIFY="@comment " post-patch: ${REINPLACE_CMD} -e '/iv_inotify/d' ${WRKSRC}/libivykis.posix.ver +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |