pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/playitslowly playitslowly: does not need version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06afee176684
branches:  trunk
changeset: 371993:06afee176684
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 26 09:31:48 2017 +0000

description:
playitslowly: does not need versioned dependency

Variable was there but unused, and it was better that way

diffstat:

 audio/playitslowly/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ee1c7470bb28 -r 06afee176684 audio/playitslowly/Makefile
--- a/audio/playitslowly/Makefile       Sun Nov 26 09:11:03 2017 +0000
+++ b/audio/playitslowly/Makefile       Sun Nov 26 09:31:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/11/24 22:15:58 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/11/26 09:31:48 wiz Exp $
 
 DISTNAME=      playitslowly-1.5.1
 CATEGORIES=    audio
@@ -13,7 +13,6 @@
 DEPENDS+=      gst-plugins1-soundtouch-[0-9]*:../../audio/gst-plugins1-soundtouch
 DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 
-PYTHON_VERSIONED_DEPENDENCIES= gobject
 REPLACE_PYTHON+=       playitslowly/app.py
 
 SUBST_CLASSES+=                exec
@@ -27,6 +26,5 @@
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index