pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpc



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 12 16:24:22 UTC 2019

Modified Files:
        pkgsrc/audio/mpc: Makefile

Log Message:
mpc: Make sure sphinx actually gets installed


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/mpc/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/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.33 pkgsrc/audio/mpc/Makefile:1.34
--- pkgsrc/audio/mpc/Makefile:1.33      Wed Dec  4 11:37:16 2019
+++ pkgsrc/audio/mpc/Makefile   Thu Dec 12 16:24:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/12/04 11:37:16 nia Exp $
+# $NetBSD: Makefile,v 1.34 2019/12/12 16:24:22 nia Exp $
 
 DISTNAME=              mpc-0.33
 PKGREVISION=           1
@@ -29,4 +29,5 @@ PYTHON_VERSIONED_DEPENDENCIES=        sphinx:to
 BUILDLINK_API_DEPENDS.libmpdclient+=   libmpdclient>=2.9
 .include "../../audio/libmpdclient/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index