pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/awesome
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Jun 6 15:49:35 UTC 2025
Modified Files:
pkgsrc/wm/awesome: Makefile
Log Message:
awesome: convert to cmake/build.mk
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/wm/awesome/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.98 pkgsrc/wm/awesome/Makefile:1.99
--- pkgsrc/wm/awesome/Makefile:1.98 Thu Apr 24 14:15:59 2025
+++ pkgsrc/wm/awesome/Makefile Fri Jun 6 15:49:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2025/04/24 14:15:59 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2025/06/06 15:49:35 gutteridge Exp $
DISTNAME= awesome-4.3
PKGREVISION= 18
@@ -15,7 +15,6 @@ LICENSE= gnu-gpl-v2
CONFLICTS+= awesome<3.0
USE_TOOLS+= bash pkg-config
-USE_CMAKE= yes
USE_LANGUAGES= c c++
REPLACE_BASH+= utils/awesome-client
@@ -55,6 +54,8 @@ SUBST_SED.lua= -e 's|COMMAND lua|COMMAN
pre-configure:
${RUN} mkdir -p ${WRKSRC}/build
+.include "../../devel/cmake/build.mk"
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.18
Home |
Main Index |
Thread Index |
Old Index