pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/id3lib id3lib: Requires libiconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e429469f8ce
branches:  trunk
changeset: 374595:4e429469f8ce
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 10:32:36 2018 +0000

description:
id3lib: Requires libiconv.

diffstat:

 audio/id3lib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 493298b3200d -r 4e429469f8ce audio/id3lib/Makefile
--- a/audio/id3lib/Makefile     Fri Jan 26 09:48:46 2018 +0000
+++ b/audio/id3lib/Makefile     Fri Jan 26 10:32:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:27 nros Exp $
+# $NetBSD: Makefile,v 1.34 2018/01/26 10:32:36 jperkin Exp $
 #
 
 DISTNAME=      id3lib-3.8.3
@@ -25,5 +25,6 @@
 .  endif
 .endif
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index