summaryrefslogtreecommitdiff
path: root/sysutils/lavaps
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commit472dafdd2e1560bc21a20b89efd58a911dc44409 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /sysutils/lavaps
parent55a30558d8942bf85417fab3ed26bec7a7c3aae6 (diff)
downloadpkgsrc-472dafdd2e1560bc21a20b89efd58a911dc44409.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r--sysutils/lavaps/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index 0f9d768cd18..4cba89b54a5 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/07/16 01:19:20 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/12/05 20:51:01 rillig Exp $
#
DISTNAME= lavaps-1.20
@@ -12,9 +12,10 @@ COMMENT= Lava lamp of currently running processes
USE_TOOLS+= perl
GNU_CONFIGURE= YES
-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 \
+CONFIGURE_ARGS+= --with-additional-includes=-I${LOCALBASE:Q}/include \
+ --with-additional-libs=-L${LOCALBASE:Q}/lib \
+ --with-tcl-ver=8.3.2 \
+ --with-tk-ver=8.3.2 \
--with-tcltk-lib-suffix-type=nodot
.include "../../x11/tk83/buildlink3.mk"