pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/xchm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun  7 08:52:39 UTC 2023

Modified Files:
        pkgsrc/misc/xchm: Makefile

Log Message:
xchm: switch to wxGTK32


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/misc/xchm/Makefile

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

Modified files:

Index: pkgsrc/misc/xchm/Makefile
diff -u pkgsrc/misc/xchm/Makefile:1.87 pkgsrc/misc/xchm/Makefile:1.88
--- pkgsrc/misc/xchm/Makefile:1.87      Wed Jun  7 07:15:40 2023
+++ pkgsrc/misc/xchm/Makefile   Wed Jun  7 08:52:39 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2023/06/07 07:15:40 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2023/06/07 08:52:39 wiz Exp $
 
 DISTNAME=      xchm-1.35
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rzvncj/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -16,5 +17,5 @@ GNU_CONFIGURE=                yes
 
 .include "../../devel/chmlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/wxGTK31/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index