pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/appres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 16 19:02:47 UTC 2024

Modified Files:
        pkgsrc/x11/appres: Makefile

Log Message:
appres: switch to building using meson


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/appres/Makefile

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

Modified files:

Index: pkgsrc/x11/appres/Makefile
diff -u pkgsrc/x11/appres/Makefile:1.11 pkgsrc/x11/appres/Makefile:1.12
--- pkgsrc/x11/appres/Makefile:1.11     Sun Jun 16 19:00:52 2024
+++ pkgsrc/x11/appres/Makefile  Sun Jun 16 19:02:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/06/16 19:00:52 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/06/16 19:02:47 wiz Exp $
 
 DISTNAME=              appres-1.0.7
 CATEGORIES=            x11
@@ -9,8 +9,8 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Print resources seen by an application
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index