pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gkrellshoot



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Aug 30 17:05:52 UTC 2025

Modified Files:
        pkgsrc/graphics/gkrellshoot: Makefile

Log Message:
graphics/gkrellshoot: Forgot to declare a dependency on x11/xscreensaver


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gkrellshoot/Makefile

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

Modified files:

Index: pkgsrc/graphics/gkrellshoot/Makefile
diff -u pkgsrc/graphics/gkrellshoot/Makefile:1.1 pkgsrc/graphics/gkrellshoot/Makefile:1.2
--- pkgsrc/graphics/gkrellshoot/Makefile:1.1    Sat Aug 30 17:00:29 2025
+++ pkgsrc/graphics/gkrellshoot/Makefile        Sat Aug 30 17:05:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/08/30 17:00:29 pho Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/30 17:05:52 pho Exp $
 
 DISTNAME=      gkrellshoot-0.4.4
 CATEGORIES=    graphics sysutils
@@ -14,6 +14,7 @@ USE_TOOLS+=   pkg-config
 USE_LIBTOOL=   yes
 
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
+DEPENDS+=      xscreensaver-[0-9]*:../../x11/xscreensaver
 
 MAKE_FILE=     ${FILESDIR}/Makefile
 MAKE_FLAGS+=   INSTALL_LIB_DIR=${INSTALL_LIB_DIR:Q}



Home | Main Index | Thread Index | Old Index