diff options
author | soren <soren> | 1999-11-02 01:58:36 +0000 |
---|---|---|
committer | soren <soren> | 1999-11-02 01:58:36 +0000 |
commit | 70b5cd2383590cfeada43c7c5028c97a74750511 (patch) | |
tree | 36983b9b66ef0ca6430eac8f092ca81960551942 | |
parent | 110fe50aa2d296644fff59d8cb58bc58b5e9d3d9 (diff) | |
download | pkgsrc-70b5cd2383590cfeada43c7c5028c97a74750511.tar.gz |
USE_X11BASE=YES for shared library handling.
-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' |