diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-09 00:18:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-09 00:18:07 +0000 |
commit | 8f4ccb0a049dd1f79e3bfd5d76ac0b5858699ff7 (patch) | |
tree | a8089055b131895cc36c6e592a8ae3a26636cf5f /java/openjit | |
parent | dd081e0ab11c56cd6ae258feb5bb419a2edec1ae (diff) |
Remove USE_REINPLACE from categories starting with a J
Notes
Notes:
svn path=/head/; revision=161761
Diffstat (limited to 'java/openjit')
-rw-r--r-- | java/openjit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile index f16984c9070e..ae1e2d8871a7 100644 --- a/java/openjit/Makefile +++ b/java/openjit/Makefile @@ -23,7 +23,6 @@ JAVA_VERSION?= 1.3 ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jdk=${JAVA_HOME} |