pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfce4-verve-plugin



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Dec  2 15:07:58 UTC 2022

Modified Files:
        pkgsrc/sysutils/xfce4-verve-plugin: Makefile

Log Message:
xfce4-verve-plugin: add missing pcre dependency, fixes build


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-verve-plugin/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xfce4-verve-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-verve-plugin/Makefile:1.26 pkgsrc/sysutils/xfce4-verve-plugin/Makefile:1.27
--- pkgsrc/sysutils/xfce4-verve-plugin/Makefile:1.26    Thu Aug 11 05:09:19 2022
+++ pkgsrc/sysutils/xfce4-verve-plugin/Makefile Fri Dec  2 15:07:58 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/08/11 05:09:19 gutteridge Exp $
+# $NetBSD: Makefile,v 1.27 2022/12/02 15:07:58 nros Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 DISTNAME=      xfce4-verve-plugin-2.0.1
@@ -10,6 +10,7 @@ MASTER_SITES= https://archive.xfce.org/s
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin
 COMMENT=       Xfce command line plugin
 
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../x11/xfce4-exo/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index