diff options
author | jlam <jlam> | 2000-09-06 16:09:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-09-06 16:09:50 +0000 |
commit | e87010d920c55c69a176777198309c5180728e10 (patch) | |
tree | eeaa61d602c4b86161d8ddb7179292b001208871 /sysutils | |
parent | ee13bc39079c21d38195679d445040a87f47b6d3 (diff) | |
download | pkgsrc-e87010d920c55c69a176777198309c5180728e10.tar.gz |
Pass correct flag names to configure script. Regenerate patch-sum
to remove patch-ab.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lavaps/Makefile | 7 | ||||
-rw-r--r-- | sysutils/lavaps/files/patch-sum | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 00952d9fe15..0878c3d1914 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/30 20:07:46 jwise Exp $ +# $NetBSD: Makefile,v 1.6 2000/09/06 16:09:50 jlam Exp $ # DISTNAME= lavaps-1.10 @@ -12,7 +12,8 @@ DEPENDS+= tk-8.3.2:../../x11/tk USE_X11= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-additional-includes='-I${LOCALBASE}/include -I${LOCALBASE}/include' \ - --with-additional-libs='-L${LOCALBASE}/lib' --with-tcl-vers=8.3.2 --with-tk-vers=8.3.2 +CONFIGURE_ARGS= --with-additional-includes='-I${LOCALBASE}/include' \ + --with-additional-libs='-L${LOCALBASE}/lib' \ + --with-tcl-ver=8.3.2 --with-tk-ver=8.3.2 .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/lavaps/files/patch-sum b/sysutils/lavaps/files/patch-sum index 9ca088f1463..5a0b8672073 100644 --- a/sysutils/lavaps/files/patch-sum +++ b/sysutils/lavaps/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2000/08/30 20:07:46 jwise Exp $ +$NetBSD: patch-sum,v 1.4 2000/09/06 16:09:51 jlam Exp $ MD5 (patch-aa) = 7134b5196ea1210ddd57798077063e07 -MD5 (patch-ab) = b77cba53d7870ea20f25c7d7c32b094f |