pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/kjs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 30 07:52:13 UTC 2022

Modified Files:
        pkgsrc/www/kjs: Makefile

Log Message:
kjs: add pcre dependency

probably indirectly pulled in before

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/kjs/Makefile

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

Modified files:

Index: pkgsrc/www/kjs/Makefile
diff -u pkgsrc/www/kjs/Makefile:1.40 pkgsrc/www/kjs/Makefile:1.41
--- pkgsrc/www/kjs/Makefile:1.40        Wed Nov 23 16:19:05 2022
+++ pkgsrc/www/kjs/Makefile     Wed Nov 30 07:52:13 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2022/11/23 16:19:05 adam Exp $
+# $NetBSD: Makefile,v 1.41 2022/11/30 07:52:13 wiz Exp $
 
 DISTNAME=      kjs-${KF5VER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -15,5 +15,6 @@ BUILD_DEPENDS+=       kdoctools>=${KF5VER}:../
 
 USE_TOOLS+=    perl pkg-config
 
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index