pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libsndfile



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 26 22:35:01 UTC 2017

Modified Files:
        pkgsrc/audio/libsndfile: Makefile

Log Message:
builds fine with bmake, don't require gmake


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/libsndfile/Makefile

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

Modified files:

Index: pkgsrc/audio/libsndfile/Makefile
diff -u pkgsrc/audio/libsndfile/Makefile:1.72 pkgsrc/audio/libsndfile/Makefile:1.73
--- pkgsrc/audio/libsndfile/Makefile:1.72       Wed Apr 26 22:10:37 2017
+++ pkgsrc/audio/libsndfile/Makefile    Wed Apr 26 22:35:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2017/04/26 22:10:37 maya Exp $
+# $NetBSD: Makefile,v 1.73 2017/04/26 22:35:01 maya Exp $
 
 DISTNAME=      libsndfile-1.0.28
 CATEGORIES=    audio
@@ -11,7 +11,7 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE=    sndfile.pc.in
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index