pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-libffi



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 01:13:15 UTC 2022

Modified Files:
        pkgsrc/devel/hs-libffi: Makefile

Log Message:
Use pkg-config explicitly


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-libffi/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-libffi/Makefile
diff -u pkgsrc/devel/hs-libffi/Makefile:1.5 pkgsrc/devel/hs-libffi/Makefile:1.6
--- pkgsrc/devel/hs-libffi/Makefile:1.5 Tue Jan 18 02:48:09 2022
+++ pkgsrc/devel/hs-libffi/Makefile     Fri Feb 11 01:13:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:09 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/11 01:13:15 pho Exp $
 
 DISTNAME=      libffi-0.1
 PKGREVISION=   4
@@ -8,6 +8,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Haskell binding to libffi
 LICENSE=       modified-bsd
 
+USE_TOOLS+=    pkg-config
+
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index