pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/abduco



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  4 20:50:11 UTC 2020

Modified Files:
        pkgsrc/misc/abduco: Makefile

Log Message:
abduco: doesn't actually need gmake, pointed out by leot


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/abduco/Makefile

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

Modified files:

Index: pkgsrc/misc/abduco/Makefile
diff -u pkgsrc/misc/abduco/Makefile:1.2 pkgsrc/misc/abduco/Makefile:1.3
--- pkgsrc/misc/abduco/Makefile:1.2     Wed Mar  4 20:46:39 2020
+++ pkgsrc/misc/abduco/Makefile Wed Mar  4 20:50:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/04 20:46:39 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/04 20:50:11 nia Exp $
 
 DISTNAME=      abduco-0.6
 CATEGORIES=    misc
@@ -9,7 +9,6 @@ HOMEPAGE=       https://www.brain-dump.org/pro
 COMMENT=       Tool for session {at,de}tach support
 LICENSE=       isc
 
-USE_TOOLS+=    gmake
 USE_LANGUAGES= c99
 
 MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index