pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/marduk



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 15:43:02 UTC 2023

Modified Files:
        pkgsrc/emulators/marduk: Makefile

Log Message:
marduk: Fix CATEGORIES. Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/marduk/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/marduk/Makefile
diff -u pkgsrc/emulators/marduk/Makefile:1.2 pkgsrc/emulators/marduk/Makefile:1.3
--- pkgsrc/emulators/marduk/Makefile:1.2        Mon Jun 26 17:13:01 2023
+++ pkgsrc/emulators/marduk/Makefile    Sun Jul  9 15:43:02 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2023/06/26 17:13:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/09 15:43:02 nia Exp $
 
 # The author has not yet created any tags, but this is what it reports
 # as its version.
 MARDUK_VERSION=        0.26e
 
 DISTNAME=      marduk-${MARDUK_VERSION}
-CATEGORIES=    devel
+CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=buricco/}
 GITHUB_TAG=    7cf954b7f9681daafa7240f49b7860f6f2107898
 
@@ -15,6 +15,7 @@ COMMENT=      Portable emulator of the NABU P
 LICENSE=       mit
 
 USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c99
 
 LDFLAGS.SunOS+=        -lsocket
 



Home | Main Index | Thread Index | Old Index