pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 12:16:23 UTC 2021

Modified Files:
        pkgsrc/devel/pango: Makefile

Log Message:
pango: remove gmake dependency


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/devel/pango/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/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.240 pkgsrc/devel/pango/Makefile:1.241
--- pkgsrc/devel/pango/Makefile:1.240   Mon Apr 12 11:01:13 2021
+++ pkgsrc/devel/pango/Makefile Mon Apr 12 12:16:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2021/04/12 11:01:13 nia Exp $
+# $NetBSD: Makefile,v 1.241 2021/04/12 12:16:23 nia Exp $
 
 DISTNAME=      pango-1.48.4
 CATEGORIES=    devel fonts
@@ -13,7 +13,7 @@ LICENSE=      gnu-lgpl-v2
 TOOL_DEPENDS+=         help2man-[0-9]*:../../converters/help2man
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            pkg-config
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 SUBST_CLASSES+=                wrksrc



Home | Main Index | Thread Index | Old Index