summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"