pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/id3lib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 10:32:36 UTC 2018

Modified Files:
        pkgsrc/audio/id3lib: Makefile

Log Message:
id3lib: Requires libiconv.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/id3lib/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/id3lib/Makefile
diff -u pkgsrc/audio/id3lib/Makefile:1.33 pkgsrc/audio/id3lib/Makefile:1.34
--- pkgsrc/audio/id3lib/Makefile:1.33   Wed Apr 20 12:10:27 2016
+++ pkgsrc/audio/id3lib/Makefile        Fri Jan 26 10:32:36 2018
@@ -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 @@ CFLAGS.SunOS+=        -D_XOPEN_SOURCE=600 -std=
 .  endif
 .endif
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index