pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q3] pkgsrc/emulators/pce



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Oct  1 17:50:38 UTC 2024

Modified Files:
        pkgsrc/emulators/pce [pkgsrc-2024Q3]: Makefile

Log Message:
Pullup ticket #6898 - requested by ryoon
Build fix

Revisions pulled up:
- emulators/pce/Makefile                                        1.3

---
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Tue Oct  1 13:29:06 UTC 2024

   Modified Files:
           pkgsrc/emulators/pce: Makefile

   Log Message:
   emulators/pce: Require devel/nasm to build pceutils


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 pkgsrc/emulators/pce/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/pce/Makefile
diff -u pkgsrc/emulators/pce/Makefile:1.2 pkgsrc/emulators/pce/Makefile:1.2.2.1
--- pkgsrc/emulators/pce/Makefile:1.2   Tue Aug 27 16:57:40 2024
+++ pkgsrc/emulators/pce/Makefile       Tue Oct  1 17:50:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/08/27 16:57:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2024/10/01 17:50:38 maya Exp $
 
 DISTNAME=      pce-0.2.2
 CATEGORIES=    emulators
@@ -9,6 +9,8 @@ HOMEPAGE=       http://www.hampa.ch/pce/
 COMMENT=       PC Emulator
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index