diff options
author | wiz <wiz> | 2001-01-05 01:02:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-05 01:02:31 +0000 |
commit | 7c93fd10a9d02ca7159a6c3f37e49d263a182b9a (patch) | |
tree | 597a03dc76c6f7eca0c8317988df2b75ec897afa /net/jwhois | |
parent | 96bf704e46686f83468dc609a7644bfd04a25454 (diff) | |
download | pkgsrc-7c93fd10a9d02ca7159a6c3f37e49d263a182b9a.tar.gz |
Remove DEPENDS on gettext, and add USE_LIBINTL and BUILD_DEPENDS on
${LOCALBASE}/share/autoconf/gettext.m4, based on a hint by itojun (thanks!).
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 8159b2eb114..7b49cb0a2a6 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/12 06:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/05 01:02:31 wiz Exp $ # DISTNAME= jwhois-2.4.1 @@ -9,15 +9,13 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/jwhois/ BUILD_DEPENDS+= autoreconf:../../devel/autoconf -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= ${LOCALBASE}/share/autoconf/gettext.m4:../../devel/gettext GNU_CONFIGURE= # defined +USE_LIBINTL= # defined CONFIGURE_ARGS+= --sysconfdir=/etc CONFIGURE_ARGS+= --localstatedir=/var/db CONFIGURE_ARGS+= --with-cache -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include # libintl.h INFO_FILES= jwhois.info |