pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freeimage



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat May 16 02:13:02 UTC 2020

Modified Files:
        pkgsrc/graphics/freeimage: Makefile

Log Message:
Needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/freeimage/Makefile

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

Modified files:

Index: pkgsrc/graphics/freeimage/Makefile
diff -u pkgsrc/graphics/freeimage/Makefile:1.11 pkgsrc/graphics/freeimage/Makefile:1.12
--- pkgsrc/graphics/freeimage/Makefile:1.11     Thu May 14 16:42:13 2020
+++ pkgsrc/graphics/freeimage/Makefile  Sat May 16 02:13:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/05/14 16:42:13 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/16 02:13:02 joerg Exp $
 
 DISTNAME=      FreeImage3180
 PKGNAME=       freeimage-3.18.0
@@ -13,7 +13,7 @@ COMMENT=      Library for supporting PNG, BMP
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0
 
 USE_LANGUAGES+=        c c++11
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 
 WRKSRC=                ${WRKDIR}/FreeImage
 



Home | Main Index | Thread Index | Old Index