pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/raine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 27 12:10:19 UTC 2024

Modified Files:
        pkgsrc/emulators/raine: Makefile

Log Message:
raine: restore options.mk inclusion now that it's there


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/emulators/raine/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/raine/Makefile
diff -u pkgsrc/emulators/raine/Makefile:1.42 pkgsrc/emulators/raine/Makefile:1.43
--- pkgsrc/emulators/raine/Makefile:1.42        Sat Mar 23 17:40:08 2024
+++ pkgsrc/emulators/raine/Makefile     Wed Mar 27 12:10:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/03/23 17:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2024/03/27 12:10:19 wiz Exp $
 
 DISTNAME=      raine-0.96.7
 CATEGORIES=    emulators
@@ -45,7 +45,7 @@ post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/raine ${DESTDIR}${PREFIX}/share/raine
        ${INSTALL_SCRIPT} ${WRKSRC}/raine.sh ${DESTDIR}${PREFIX}/bin/raine
 
-#.include "options.mk"
+.include "options.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/SDL2_ttf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index