diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-03-13 18:23:01 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-03-13 18:23:01 +0000 |
commit | 266b14472cef005831d4f32d83ada560d055ea81 (patch) | |
tree | 768a74acb9e601b5e949778780e5b50b393ce7f3 | |
parent | a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3 (diff) | |
download | FreeBSD-ports-266b14472cef005831d4f32d83ada560d055ea81.zip FreeBSD-ports-266b14472cef005831d4f32d83ada560d055ea81.tar.gz |
USE_GMAKE=yes to fix the build on FreeBSD 7.
-rw-r--r-- | graphics/urt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index a57c4d3..3beb505 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -29,6 +29,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt MAKEFILE= makefile +USE_GMAKE= yes ALL_TARGET= # none USE_LDCONFIG= yes |