pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sxiv



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Feb 16 13:13:42 UTC 2019

Modified Files:
        pkgsrc/graphics/sxiv: Makefile

Log Message:
sxiv: Remove no longer needed tool dependency to gmake

It should build fine with (non-g)make too.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/sxiv/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/sxiv/Makefile
diff -u pkgsrc/graphics/sxiv/Makefile:1.6 pkgsrc/graphics/sxiv/Makefile:1.7
--- pkgsrc/graphics/sxiv/Makefile:1.6   Sat Jan 26 20:39:20 2019
+++ pkgsrc/graphics/sxiv/Makefile       Sat Feb 16 13:13:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/01/26 20:39:20 leot Exp $
+# $NetBSD: Makefile,v 1.7 2019/02/16 13:13:42 leot Exp $
 #
 
 DISTNAME=      sxiv-25
@@ -11,8 +11,6 @@ HOMEPAGE=     https://github.com/muennich/sx
 COMMENT=       Simple (or small or suckless) X Image Viewer
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake
-
 MAKE_FLAGS+=   PREFIX=${PREFIX} MANPREFIX=${PREFIX}/${PKGMANDIR}
 MAKE_FLAGS+=   AUTORELOAD=nop
 



Home | Main Index | Thread Index | Old Index