pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libmtag



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 15 12:13:59 UTC 2022

Modified Files:
        pkgsrc/audio/libmtag: Makefile

Log Message:
libmtag: Requires zlib.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/libmtag/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/libmtag/Makefile
diff -u pkgsrc/audio/libmtag/Makefile:1.7 pkgsrc/audio/libmtag/Makefile:1.8
--- pkgsrc/audio/libmtag/Makefile:1.7   Wed Aug 16 21:22:11 2017
+++ pkgsrc/audio/libmtag/Makefile       Thu Dec 15 12:13:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/08/16 21:22:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/12/15 12:13:59 jperkin Exp $
 #
 
 DISTNAME=      libmtag-0.3.2
@@ -19,4 +19,5 @@ USE_LIBTOOL=  yes
 PKGCONFIG_OVERRIDE+=   libmtag.pc.in
 
 .include "../../audio/taglib/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index