pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-pretty-show



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 22 00:22:29 UTC 2020

Modified Files:
        pkgsrc/devel/hs-pretty-show: Makefile

Log Message:
Add missing BUILD_DEPENDS on devel/happy


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-pretty-show/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

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



Home | Main Index | Thread Index | Old Index