summaryrefslogtreecommitdiff
path: root/devel/rpc2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rpc2/Makefile')
-rw-r--r--devel/rpc2/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 8b81cf548c4..0554710c361 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/07/24 19:45:23 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/08/25 18:38:47 jlam Exp $
#
DISTNAME= rpc2-1.13
@@ -10,15 +10,17 @@ MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= CMU (Coda) remote procedure call package
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= PERL=${PERL5}
+
USE_PERL5= build
USE_LIBTOOL= YES
-USE_GMAKE= YES
-USE_BUILDLINK_ONLY= YES
-
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CONFIGURE_ENV+= PERL=${PERL5}
-.include "../../devel/lwp/buildlink.mk"
-.include "../../devel/readline/buildlink.mk"
+.include "../../devel/lwp/buildlink2.mk"
+.include "../../devel/readline/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"