pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/zynaddsubfx



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 29 15:35:59 UTC 2024

Modified Files:
        pkgsrc/audio/zynaddsubfx: Makefile

Log Message:
zynaddsubfx: Convert to build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/zynaddsubfx/Makefile

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

Modified files:

Index: pkgsrc/audio/zynaddsubfx/Makefile
diff -u pkgsrc/audio/zynaddsubfx/Makefile:1.12 pkgsrc/audio/zynaddsubfx/Makefile:1.13
--- pkgsrc/audio/zynaddsubfx/Makefile:1.12      Sun Nov 12 13:20:45 2023
+++ pkgsrc/audio/zynaddsubfx/Makefile   Tue Oct 29 15:35:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/11/12 13:20:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/29 15:35:58 nia Exp $
 
 DISTNAME=      zynaddsubfx-3.0.5
 PKGREVISION=   9
@@ -11,7 +11,6 @@ HOMEPAGE=     https://zynaddsubfx.sourceforg
 COMMENT=       Software synthesizer
 LICENSE=       gnu-gpl-v2
 
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
@@ -46,6 +45,7 @@ post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/share/applications/zynaddsubfx-oss.desktop
 .endif
 
+.include "../../devel/cmake/build.mk"
 .include "../../audio/dssi/buildlink3.mk"
 .include "../../audio/liblo/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index