diff options
author | soren <soren@pkgsrc.org> | 1999-11-02 01:58:36 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-11-02 01:58:36 +0000 |
commit | 94f31750671d55ae40e8ff531f26b7d0fca2e185 (patch) | |
tree | 36983b9b66ef0ca6430eac8f092ca81960551942 /sysutils/lavaps | |
parent | 8b7d89ad28e5a8cde749b30da9c673b9c0bdbade (diff) | |
download | pkgsrc-94f31750671d55ae40e8ff531f26b7d0fca2e185.tar.gz |
USE_X11BASE=YES for shared library handling.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 3 |
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' |