pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/editres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 27 08:34:14 UTC 2026

Modified Files:
        pkgsrc/x11/editres: Makefile

Log Message:
editres: needs libXmu>=1.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/editres/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/editres/Makefile
diff -u pkgsrc/x11/editres/Makefile:1.15 pkgsrc/x11/editres/Makefile:1.16
--- pkgsrc/x11/editres/Makefile:1.15    Sun Apr 26 19:44:13 2026
+++ pkgsrc/x11/editres/Makefile Mon Apr 27 08:34:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2026/04/26 19:44:13 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/04/27 08:34:13 wiz Exp $
 
 DISTNAME=              editres-1.1.1
 CATEGORIES=            x11
@@ -13,6 +13,8 @@ USE_TOOLS+=           pkg-config
 
 .include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libXmu+= libXmu>=1.3.0
+.include "../../x11/libXmu/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXt+=  libXt>=1.0.99.1
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libxkbfile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index