summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/lavaps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index 76089f07743..b4c14479679 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/31 21:20:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1999/11/02 01:58:36 soren Exp $
#
DISTNAME= lavaps-1.8
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
DEPENDS+= tcl-8.0.5:../../lang/tcl80
DEPENDS+= tk-8.0.5:../../x11/tk80
+USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-additional-includes='-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0' \
--with-additional-libs='-L${LOCALBASE}/lib'