summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-01 16:26:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-01 16:26:24 +0000
commit0bb07e07e8763b611d33f1d45d1a4af5b076f6a3 (patch)
tree82f2aaa11e8508b6e667ab310486331c5845ccf8
parentAdd WITHOUT_CRAM and WITHOUT_DIGEST to don't build cram and digest (diff)
Use MAKE_ARGS that I defined to be put here.
Notes
Notes: svn path=/head/; revision=72040
-rw-r--r--graphics/ruby-ming/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile
index 2fda2420dfa1..ed428426791d 100644
--- a/graphics/ruby-ming/Makefile
+++ b/graphics/ruby-ming/Makefile
@@ -40,8 +40,8 @@ post-extract:
${LN} -sf ../ming.i ${WRKSRC}/
pre-configure:
- cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} depend SWIG="${SWIG}" ming_wrap.c; \
+ cd ${CONFIGURE_WRKSRC}; \
+ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} depend ${MAKE_ARGS} ming_wrap.c; \
${RM} -f depend
post-install: