diff options
author | soren <soren> | 1999-11-02 02:50:44 +0000 |
---|---|---|
committer | soren <soren> | 1999-11-02 02:50:44 +0000 |
commit | d1a4942b3f20d9bf99301d350f5164a84ec5ef9d (patch) | |
tree | 8ceaeebdf9af7f246f0fa3396597f9b7a11d2b29 /sysutils/lavaps | |
parent | 242433ae674d1c9feda307eedd7a34ed66dd5cdc (diff) | |
download | pkgsrc-d1a4942b3f20d9bf99301d350f5164a84ec5ef9d.tar.gz |
s/X11BASE/X11/ as pointed out by bad.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 4 |
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' |