summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2006-02-07 11:14:59 +0000
committerSimon Barner <barner@FreeBSD.org>2006-02-07 11:14:59 +0000
commit2b472824bd9a07f8817b4e722c9192dc4b532653 (patch)
tree70b13c486b9c6352a0f56492fda4e5c6a371f626 /lang/clisp
parentUpdate devel/shtool from 2.0.4 to 2.0.5 (diff)
- Avoid recursive variable definition
Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
Notes
Notes: svn path=/head/; revision=155411
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 30f1df1fe7c6..6eefb2f2cf5a 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -32,7 +32,7 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == ia64
-CONFIGURE_ARGS= --disable-mmap ${CONFIGURE_ARGS}
+CONFIGURE_ARGS+= --disable-mmap
.endif
# The source doesn't include a top-level Makefile, so we'll fake one.