diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-27 14:22:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-27 14:22:42 +0000 |
commit | db86b90444a543b1b4d0f30f554291253d6f379f (patch) | |
tree | 4301bc27d67e88d9ca879c7a09223581c557a5cc /graphics/ruby-ming | |
parent | a25370ea5bb12f2ca1ef8e8fa7a2a23c83f72925 (diff) | |
download | ports-db86b90444a543b1b4d0f30f554291253d6f379f.tar.gz ports-db86b90444a543b1b4d0f30f554291253d6f379f.zip |
Notes
Diffstat (limited to 'graphics/ruby-ming')
-rw-r--r-- | graphics/ruby-ming/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index aa2d650bf961..2fda2420dfa1 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -41,7 +41,7 @@ post-extract: pre-configure: cd ${WRKSRC}; \ - ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} depend SWIG="${SWIG}" ming_wrap.c; \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} depend SWIG="${SWIG}" ming_wrap.c; \ ${RM} -f depend post-install: |