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:           Fri Sep 25 12:43:11 UTC 2020

Modified Files:
        pkgsrc/audio/libsndfile: Makefile

Log Message:
libsndfile: PR pkg/55651: remove autogen dependency.

It is empirically not required.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 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.82 pkgsrc/audio/libsndfile/Makefile:1.83
--- pkgsrc/audio/libsndfile/Makefile:1.82       Sun Sep 20 08:30:16 2020
+++ pkgsrc/audio/libsndfile/Makefile    Fri Sep 25 12:43:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/09/20 08:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2020/09/25 12:43:11 tnn Exp $
 
 DISTNAME=      libsndfile-1.0.30
 CATEGORIES=    audio
@@ -12,8 +12,6 @@ HOMEPAGE=     http://www.mega-nerd.com/libsn
 COMMENT=       Library for reading and writing audio files
 LICENSE=       gnu-lgpl-v2.1
 
-TOOL_DEPENDS+= autogen-[0-9]*:../../devel/autogen
-
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index