diff options
author | soren <soren> | 1999-11-02 01:58:36 +0000 |
---|---|---|
committer | soren <soren> | 1999-11-02 01:58:36 +0000 |
commit | 242433ae674d1c9feda307eedd7a34ed66dd5cdc (patch) | |
tree | 36983b9b66ef0ca6430eac8f092ca81960551942 /sysutils | |
parent | 59fb01e896981cd069240a93d0b1fccd502d0d24 (diff) | |
download | pkgsrc-242433ae674d1c9feda307eedd7a34ed66dd5cdc.tar.gz |
USE_X11BASE=YES for shared library handling.
Diffstat (limited to 'sysutils')
-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' |