diff options
Diffstat (limited to 'devel/pcre-ocaml/Makefile')
-rw-r--r-- | devel/pcre-ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile index f350f5d1a74..828aea798b0 100644 --- a/devel/pcre-ocaml/Makefile +++ b/devel/pcre-ocaml/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2018/04/09 10:20:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.33 2018/07/19 15:15:26 jaapb Exp $ VERSION= 7.3.4 DISTNAME= pcre-${VERSION} PKGNAME= pcre-ocaml-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/} |