Wed Jan 22 00:22:29 2020 UTC ()
Add missing BUILD_DEPENDS on devel/happy


(pho)
diff -r1.1 -r1.2 pkgsrc/devel/hs-pretty-show/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-pretty-show/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-pretty-show/Makefile 2020/01/17 17:24:36 1.1
+++ pkgsrc/devel/hs-pretty-show/Makefile 2020/01/22 00:22:29 1.2
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1# $NetBSD: Makefile,v 1.1 2020/01/17 17:24:36 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2020/01/22 00:22:29 pho Exp $
2 2
3DISTNAME= pretty-show-1.9.5 3DISTNAME= pretty-show-1.9.5
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Tools for working with derived Show instances 7COMMENT= Tools for working with derived Show instances
8LICENSE= mit 8LICENSE= mit
9 9
 10BUILD_DEPENDS+= happy-[0-9]*:../../devel/happy
 11
10.include "../../devel/hs-haskell-lexer/buildlink3.mk" 12.include "../../devel/hs-haskell-lexer/buildlink3.mk"
11.include "../../mk/haskell.mk" 13.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"