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:   tnn
Date:           Mon Aug 17 05:31:37 UTC 2020

Modified Files:
        pkgsrc/audio/libsndfile: Makefile

Log Message:
sort


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 pkgsrc/audio/libsndfile/Makefile:1.79
--- pkgsrc/audio/libsndfile/Makefile:1.78       Mon Aug 17 05:26:16 2020
+++ pkgsrc/audio/libsndfile/Makefile    Mon Aug 17 05:31:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 05:26:16 tnn Exp $
+# $NetBSD: Makefile,v 1.79 2020/08/17 05:31:36 tnn Exp $
 
 DISTNAME=      libsndfile-1.0.29
 CATEGORIES=    audio
@@ -36,9 +36,9 @@ pre-configure:
        cd ${WRKSRC} && autoreconf -fi
 
 .include "../../audio/flac/buildlink3.mk"
-.include "../../lang/python/tool.mk"
 .include "../../audio/libopus/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 BUILDLINK_API_DEPENDS.libogg+= libogg>=1.1.3
 .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index