diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-01 16:26:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-01 16:26:24 +0000 |
commit | 0bb07e07e8763b611d33f1d45d1a4af5b076f6a3 (patch) | |
tree | 82f2aaa11e8508b6e667ab310486331c5845ccf8 | |
parent | Add 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/Makefile | 4 |
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: |