Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/playitslowly/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/playitslowly/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- pkgsrc/audio/playitslowly/Makefile 2020/09/02 21:42:47 1.10 +++ pkgsrc/audio/playitslowly/Makefile 2020/09/03 15:46:06 1.11 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/09/02 21:42:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2020/09/03 15:46:06 wiz Exp $ DISTNAME= playitslowly-1.5.1 PKGREVISION= 2 @@ -12,7 +12,8 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1 DEPENDS+= gst-plugins1-soundtouch-[0-9]*:../../audio/gst-plugins1-soundtouch -DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo + +PYTHON_VERSIONED_DEPENDENCIES+= cairo REPLACE_PYTHON+= playitslowly/app.py @@ -28,4 +29,5 @@ USE_LANGUAGES= # none .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"