summaryrefslogtreecommitdiff
path: root/devel/rvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rvm/Makefile')
-rw-r--r--devel/rvm/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile
index 28c94e57fbc..ba783e58d3a 100644
--- a/devel/rvm/Makefile
+++ b/devel/rvm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/04/27 19:01:55 phil Exp $
+# $NetBSD: Makefile,v 1.4 2001/05/31 22:53:48 jlam Exp $
#
DISTNAME= rvm-1.3
@@ -10,8 +10,6 @@ MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= Recoverable Virtual Memory
-DEPENDS+= lwp>=1.6:../../devel/lwp
-
#LICENSE= GPL
GNU_CONFIGURE= YES
@@ -20,4 +18,11 @@ USE_GMAKE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../devel/lwp/buildlink.mk"
+
+CONFIGURE_ARGS+= --with-lwp-includes=${BUILDLINK_INCDIR}
+LDFLAGS+= -L${BUILDLINK_LIBDIR}
+
+pre-configure: ${BUILDLINK_TARGETS}
+
.include "../../mk/bsd.pkg.mk"