pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  9 09:13:55 UTC 2022

Modified Files:
        pkgsrc/audio/musicpd: Makefile

Log Message:
musicpd: include python mk


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 pkgsrc/audio/musicpd/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/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.267 pkgsrc/audio/musicpd/Makefile:1.268
--- pkgsrc/audio/musicpd/Makefile:1.267 Sat Jul  9 08:18:02 2022
+++ pkgsrc/audio/musicpd/Makefile       Sat Jul  9 09:13:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.267 2022/07/09 08:18:02 wiz Exp $
+# $NetBSD: Makefile,v 1.268 2022/07/09 09:13:55 wiz Exp $
 
 DISTNAME=      mpd-0.23.7
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
@@ -121,6 +121,7 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example ${DESTDIR}${EGDIR}
        ${INSTALL_DATA} ${FILESDIR}/mpd.logrotate ${DESTDIR}${EGDIR}/logrotate.d/mpd
 
+.include "../../lang/python/pyversion.mk"
 .include "../../devel/meson/build.mk"
 BUILDLINK_API_DEPENDS.flac+=   flac>=1.2
 .include "../../audio/flac/buildlink3.mk"



Home | Main Index | Thread Index | Old Index