pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/fs-uae-launcher fs-uae-launcher: stop using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b28543042d2a
branches:  trunk
changeset: 371342:b28543042d2a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 09 15:59:31 2022 +0000

description:
fs-uae-launcher: stop using versioned_dependencies.mk

diffstat:

 emulators/fs-uae-launcher/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r ce62a745590c -r b28543042d2a emulators/fs-uae-launcher/Makefile
--- a/emulators/fs-uae-launcher/Makefile        Sun Jan 09 15:47:26 2022 +0000
+++ b/emulators/fs-uae-launcher/Makefile        Sun Jan 09 15:59:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/01/09 15:42:37 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/09 15:59:31 wiz Exp $
 
 DISTNAME=      fs-uae-launcher-3.0.5
 PKGREVISION=   2
@@ -25,7 +25,8 @@
 USE_TOOLS+=            gmake msgfmt
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
+
+USE_PKG_RESOURCES=     yes
 
 PYSETUPINSTALLARGS=    --install-lib=${PREFIX:Q}/share/fs-uae-launcher
 PYSETUPINSTALLARGS+=   --install-scripts=${PREFIX:Q}/share/fs-uae-launcher
@@ -51,5 +52,4 @@
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index