diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:24:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:24:03 +0000 |
commit | a7534c7161ba92a19ba5d554ef782bf37b0f3b1e (patch) | |
tree | 8e30c1d10cf5052a43c9b29125d30dbbb20a51f7 /net/jwhois | |
parent | cc8f167df46a51c4244f6b8c0b1521fb84b3d7b9 (diff) | |
download | pkgsrc-a7534c7161ba92a19ba5d554ef782bf37b0f3b1e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index ff6261a01b8..a7bdea36fed 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/03/15 17:15:36 kleink Exp $ +# $NetBSD: Makefile,v 1.35 2004/04/25 08:28:09 snj Exp $ # DISTNAME= jwhois-3.2.2 @@ -10,7 +10,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES @@ -32,5 +32,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf \ ${EGDIR}/jwhois.conf.default -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |