pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Apr 20 00:44:09 UTC 2020

Modified Files:
        pkgsrc/print/flpsed: Makefile
        pkgsrc/print/xpp: Makefile

Log Message:
Needs libXcursor


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/flpsed/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/print/xpp/Makefile

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

Modified files:

Index: pkgsrc/print/flpsed/Makefile
diff -u pkgsrc/print/flpsed/Makefile:1.15 pkgsrc/print/flpsed/Makefile:1.16
--- pkgsrc/print/flpsed/Makefile:1.15   Thu Oct 17 10:59:40 2019
+++ pkgsrc/print/flpsed/Makefile        Mon Apr 20 00:44:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/10/17 10:59:40 micha Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/20 00:44:09 joerg Exp $
 
 DISTNAME=      flpsed-0.7.3
 CATEGORIES=    print
@@ -20,4 +20,5 @@ post-install:
 
 # FLTK version 1.4 is supported too
 .include "../../x11/fltk13/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/xpp/Makefile
diff -u pkgsrc/print/xpp/Makefile:1.72 pkgsrc/print/xpp/Makefile:1.73
--- pkgsrc/print/xpp/Makefile:1.72      Fri Mar 20 11:58:15 2020
+++ pkgsrc/print/xpp/Makefile   Mon Apr 20 00:44:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2020/03/20 11:58:15 nia Exp $
+# $NetBSD: Makefile,v 1.73 2020/04/20 00:44:09 joerg Exp $
 
 DISTNAME=      xpp-1.5
 PKGREVISION=   30
@@ -24,4 +24,5 @@ post-install:
 
 .include "../../print/cups-base/buildlink3.mk"
 .include "../../x11/fltk13/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index