diff options
author | tv <tv> | 2005-11-08 15:59:38 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-08 15:59:38 +0000 |
commit | 94392114d5dd1a0581d4c88ec53ec90eab2271da (patch) | |
tree | 48f4d43ad6c13b2e91134e81589f379751a0bd3d /net/entropy/Makefile | |
parent | 8ac9b3f23706262a03604f5e41a4097b4ff5ff5c (diff) | |
download | pkgsrc-94392114d5dd1a0581d4c88ec53ec90eab2271da.tar.gz |
Test sizeof(unsigned short) in the int types hackery.
Use autoconf to generate configure, until this patch is regen'd at the source.
Diffstat (limited to 'net/entropy/Makefile')
-rw-r--r-- | net/entropy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 70daefd658b..ade59409748 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/10/24 17:01:43 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/11/08 15:59:38 tv Exp $ # DISTNAME= entropy_rsa-${ENTROPY_VERSION} @@ -13,7 +13,7 @@ HOMEPAGE= http://entropy.stop1984.com/ COMMENT= Anonymous peer-to-peer networking node (similar to Freenet) GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= autoconf gmake ENTROPY_VERSION= 0.9.1-439 |