pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/fs-uae-launcher



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  9 15:59:32 UTC 2022

Modified Files:
        pkgsrc/emulators/fs-uae-launcher: Makefile

Log Message:
fs-uae-launcher: stop using versioned_dependencies.mk


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/fs-uae-launcher/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/fs-uae-launcher/Makefile
diff -u pkgsrc/emulators/fs-uae-launcher/Makefile:1.19 pkgsrc/emulators/fs-uae-launcher/Makefile:1.20
--- pkgsrc/emulators/fs-uae-launcher/Makefile:1.19      Sun Jan  9 15:42:37 2022
+++ pkgsrc/emulators/fs-uae-launcher/Makefile   Sun Jan  9 15:59:31 2022
@@ -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 @@ INSTALL_TARGET=               install-data
 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 @@ post-install:
 .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