From 204f4182d02308769935399f8b857dc91ba9f7a3 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 19 Jun 2001 03:28:32 +0000 Subject: Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to prevent detection of libncurses. --- devel/rpc2/Makefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'devel/rpc2') diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index 54a7b534ada..082113c49ed 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/11 06:34:29 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/06/19 03:28:32 jlam Exp $ # DISTNAME= rpc2-1.10 @@ -12,16 +12,14 @@ COMMENT= CMU (Coda) remote procedure call package BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 -GNU_CONFIGURE= YES -USE_LIBTOOL= YES -USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_GMAKE= YES +USE_BUILDLINK_ONLY= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= PERL=${PERL5} .include "../../devel/lwp/buildlink.mk" .include "../../devel/readline/buildlink.mk" - -CONFIGURE_ENV+= ac_cv_search_tgetent="-ltermcap" -CONFIGURE_ENV+= PERL=${PERL5} - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3