pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/adaptagrams



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Oct 17 11:47:12 UTC 2016

Modified Files:
        pkgsrc/graphics/adaptagrams: Makefile

Log Message:
Needs pkg-config for autoreconf.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/adaptagrams/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/adaptagrams/Makefile
diff -u pkgsrc/graphics/adaptagrams/Makefile:1.3 pkgsrc/graphics/adaptagrams/Makefile:1.4
--- pkgsrc/graphics/adaptagrams/Makefile:1.3    Sat Oct  1 13:01:32 2016
+++ pkgsrc/graphics/adaptagrams/Makefile        Mon Oct 17 11:47:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/10/01 13:01:32 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/17 11:47:12 joerg Exp $
 
 GITHUB_PROJECT=        adaptagrams
 GITHUB_TAG=    0503f7524f5b2aa96b356dfdd817f9f9869d2b20
@@ -16,7 +16,7 @@ EXTRACT_USING+=       bsdtar
 
 WRKSRC=                ${WRKDIR}/adaptagrams-${GITHUB_TAG}/cola
 
-USE_TOOLS+=    aclocal autoconf autoheader automake autoreconf
+USE_TOOLS+=    aclocal autoconf autoheader automake autoreconf pkg-config
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index