pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-base64



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Feb  8 08:25:24 UTC 2023

Modified Files:
        pkgsrc/converters/hs-base64: Makefile

Log Message:
converters/hs-base64: Fix build

An extra comma in HASKELL_UNRESTRICT_DEPENDENCIES was causing a problem.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/hs-base64/Makefile

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

Modified files:

Index: pkgsrc/converters/hs-base64/Makefile
diff -u pkgsrc/converters/hs-base64/Makefile:1.4 pkgsrc/converters/hs-base64/Makefile:1.5
--- pkgsrc/converters/hs-base64/Makefile:1.4    Tue Feb  7 01:40:23 2023
+++ pkgsrc/converters/hs-base64/Makefile        Wed Feb  8 08:25:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/02/07 01:40:23 pho Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/08 08:25:24 pho Exp $
 
 DISTNAME=      base64-0.4.2.4
 PKGREVISION=   1
@@ -9,7 +9,7 @@ COMMENT=        Modern RFC 4648-compliant Base6
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       base,   \
+       base    \
        text
 
 .include "../../textproc/hs-text-short/buildlink3.mk"



Home | Main Index | Thread Index | Old Index