diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-09 10:00:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-09 10:00:58 +0000 |
commit | 63a0738d0884d03c5825a677ff8476ee7467728c (patch) | |
tree | 22e8583b4d6ade390bfcd426bd3549428dade9a9 /net/jigdo/Makefile | |
parent | 34d0378cf8215db6febac41d54bd0b8308b57ee3 (diff) | |
download | pkgsrc-63a0738d0884d03c5825a677ff8476ee7467728c.tar.gz |
Add patch from author to make this build on 64bit platforms.
While here, remove 'USE_GNU_TOOLS+=gmake' since it should be 'make'
and it obviously seems to work without GNU make.
Diffstat (limited to 'net/jigdo/Makefile')
-rw-r--r-- | net/jigdo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/jigdo/Makefile b/net/jigdo/Makefile index 0c8fb296455..bf147a7ebf6 100644 --- a/net/jigdo/Makefile +++ b/net/jigdo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 22:55:18 agc Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/09 10:00:58 wiz Exp $ DISTNAME= jigdo-0.7.0 CATEGORIES= net @@ -12,7 +12,6 @@ COMMENT= Tool to ease downloading of large files from the Internet CONFIGURE_ARGS+= --without-libdb GNU_CONFIGURE= yes USE_BUILDLINK3= yes -USE_GNU_TOOLS+= gmake USE_LANGUAGES= c c++ #.include "../../databases/db3/buildlink3.mk" |