diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-01 16:39:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-01 16:39:30 +0000 |
commit | c11b028e8cf2be5e9b3dc6ac3f2b2be6e53d0210 (patch) | |
tree | 194bab397dcd35f45874cd856c436b67e7004a4a /net/jwhois/Makefile | |
parent | 8198f1a079dc8383941bb13dca7ba432d4167041 (diff) | |
download | pkgsrc-c11b028e8cf2be5e9b3dc6ac3f2b2be6e53d0210.tar.gz |
Uses msgfmt to decide if it should build its own libintl, which fails
for some reason on 1.5.1. Add BUILD_USES_MSGFMT.
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 6df43e304dd..64baf610ead 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/02 16:53:31 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/08/01 16:39:30 wiz Exp $ # DISTNAME= jwhois-2.4.1 @@ -9,6 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client +BUILD_USES_MSGFMT= # defined + USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --sysconfdir=/etc |