pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/happy



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 07:54:04 UTC 2020

Modified Files:
        pkgsrc/devel/happy: Makefile

Log Message:
Remove dependency on devel/hs-mtl

mtl is now a part of GHC.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/happy/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/happy/Makefile
diff -u pkgsrc/devel/happy/Makefile:1.2 pkgsrc/devel/happy/Makefile:1.3
--- pkgsrc/devel/happy/Makefile:1.2     Wed Jan  1 05:37:22 2020
+++ pkgsrc/devel/happy/Makefile Sat Jan 11 07:54:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/01 05:37:22 pho Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/11 07:54:04 pho Exp $
 
 DISTNAME=      happy-1.19.12
 PKGNAME=       ${DISTNAME}
@@ -19,5 +19,4 @@ post-install:
        ${INSTALL_MAN} ${WRKSRC}/doc/happy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index