diff options
author | nia <nia@pkgsrc.org> | 2020-03-04 20:50:11 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-04 20:50:11 +0000 |
commit | 3ca8c6bc2c52c4c0aadcac420d86074527fdb011 (patch) | |
tree | 7fcb684bf8f24092e9cfb10954852b6211a06863 /misc/abduco | |
parent | 0d211663cf1e9230b2ed6b90110e55cbcb77b0c9 (diff) | |
download | pkgsrc-3ca8c6bc2c52c4c0aadcac420d86074527fdb011.tar.gz |
abduco: doesn't actually need gmake, pointed out by leot
Diffstat (limited to 'misc/abduco')
-rw-r--r-- | misc/abduco/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/abduco/Makefile b/misc/abduco/Makefile index 15675a62929..162506aa289 100644 --- a/misc/abduco/Makefile +++ b/misc/abduco/Makefile @@ -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/projects/abduco/ COMMENT= Tool for session {at,de}tach support LICENSE= isc -USE_TOOLS+= gmake USE_LANGUAGES= c99 MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} |