summaryrefslogtreecommitdiff
path: root/sysutils/lavaps
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>1999-11-02 02:50:44 +0000
committersoren <soren@pkgsrc.org>1999-11-02 02:50:44 +0000
commitf88bed49778b3415fbdab1cc3d2623e6a4d0b4e3 (patch)
tree8ceaeebdf9af7f246f0fa3396597f9b7a11d2b29 /sysutils/lavaps
parent94f31750671d55ae40e8ff531f26b7d0fca2e185 (diff)
downloadpkgsrc-f88bed49778b3415fbdab1cc3d2623e6a4d0b4e3.tar.gz
s/X11BASE/X11/ as pointed out by bad.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r--sysutils/lavaps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index b4c14479679..464fc47e309 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/11/02 01:58:36 soren Exp $
+# $NetBSD: Makefile,v 1.3 1999/11/02 02:50:44 soren Exp $
#
DISTNAME= lavaps-1.8
@@ -11,7 +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
+USE_X11= 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'