pkgsrc-WIP-changes archive

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

naev: fix py-yaml dependency line, some cleanup



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri May 17 06:51:43 2024 +0200
Changeset:	6bd7536d262b06fa226c294383532392d2808a6f

Modified Files:
	naev/Makefile

Log Message:
naev: fix py-yaml dependency line, some cleanup

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6bd7536d262b06fa226c294383532392d2808a6f

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

diffstat:
 naev/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diffs:
diff --git a/naev/Makefile b/naev/Makefile
index 6236ed48d1..fd515981a1 100644
--- a/naev/Makefile
+++ b/naev/Makefile
@@ -10,12 +10,10 @@ HOMEPAGE=	https://github.com/naev/naev
 COMMENT=	2D space trading and combat game
 LICENSE=	gnu-gpl-v3
 
-#USE_TOOLS+=	autoreconf autoconf automake
-USE_TOOLS+=	meson pkg-config
-#GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config
 
 DEPENDS+=	bash-[0-9]*:../../shells/bash
-DEPENDS+=	py311-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 REPLACE_BASH=	naev-confupdate.sh
 
 INSTALL_TARGET=	install install-data-local
@@ -29,9 +27,6 @@ MESON_ARGS+=		-Dndata_path="${INSTALL_GAME_DIR}"
 #INSTALL_MAKE_FLAGS+=	INSTALL_GAME_DIR="${INSTALL_GAME_DIR}"
 #INSTALL_MAKE_FLAGS+=	INSTALL_GAME_DATA="${INSTALL_GAME_DATA}"
 
-#pre-configure:
-#	cd ${WRKSRC} && ${SH} autogen.sh
-
 # These scripts are not used once
 # installed, they appear to be for
 # developer use only -- but meson


Home | Main Index | Thread Index | Old Index