summaryrefslogtreecommitdiff
path: root/devel/rpc2
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-19 03:28:32 +0000
committerjlam <jlam>2001-06-19 03:28:32 +0000
commit204f4182d02308769935399f8b857dc91ba9f7a3 (patch)
tree88d41863f652a43f858e67ff9405393b8500e58b /devel/rpc2
parent190da9aeb84e0cc8863bec46bf30b657f8c57556 (diff)
downloadpkgsrc-204f4182d02308769935399f8b857dc91ba9f7a3.tar.gz
Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to prevent
detection of libncurses.
Diffstat (limited to 'devel/rpc2')
-rw-r--r--devel/rpc2/Makefile16
1 files changed, 7 insertions, 9 deletions
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"