Wed Jul 13 00:53:14 2022 UTC ()
Reset PKGREVISION for libhighlight update.


(schmonz)
diff -r1.19 -r1.20 pkgsrc/textproc/p5-highlight/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/textproc/p5-highlight/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-highlight/Makefile 2022/06/28 11:36:47 1.19
+++ pkgsrc/textproc/p5-highlight/Makefile 2022/07/13 00:53:14 1.20
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.19 2022/06/28 11:36:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2022/07/13 00:53:14 schmonz Exp $
2 2
3PKGREVISION= 2 
4.include "../../textproc/libhighlight/Makefile.common" 3.include "../../textproc/libhighlight/Makefile.common"
5 4
6PKGNAME= p5-highlight-${VERSION} 5PKGNAME= p5-highlight-${VERSION}
7COMMENT+= (Perl bindings) 6COMMENT+= (Perl bindings)
8 7
9BUILD_DEPENDS+= swig3-[0-9]*:../../devel/swig3 8BUILD_DEPENDS+= swig3-[0-9]*:../../devel/swig3
10 9
11BUILD_DIRS= extras/swig 10BUILD_DIRS= extras/swig
12BUILD_TARGET= perl 11BUILD_TARGET= perl
13 12
14USE_TOOLS+= perl:run 13USE_TOOLS+= perl:run
15CFLAGS+= -fPIC 14CFLAGS+= -fPIC
16 15