Skip to content

Commit

Permalink
converters/hs-base64: Fix build
Browse files Browse the repository at this point in the history
An extra comma in HASKELL_UNRESTRICT_DEPENDENCIES was causing a problem.
  • Loading branch information
depressed-pho committed Feb 8, 2023
1 parent 8c2103c commit 47c9de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converters/hs-base64/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,7 +9,7 @@ COMMENT= Modern RFC 4648-compliant Base64 library
LICENSE= modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+= \
base, \
base \
text

.include "../../textproc/hs-text-short/buildlink3.mk"
Expand Down

0 comments on commit 47c9de8

Please sign in to comment.