diff options
Diffstat (limited to 'java/java-getopt/Makefile')
-rw-r--r-- | java/java-getopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile index 8e3a7d749ab2..2334ab62b98a 100644 --- a/java/java-getopt/Makefile +++ b/java/java-getopt/Makefile @@ -9,10 +9,10 @@ WWW= https://www.urbanophile.com/arenn/hacking/download.html #getopt LICENSE= LGPL20 +USES= java:ant + OPTIONS_DEFINE= DOCS -USE_JAVA= yes -USE_ANT= yes ALL_TARGET= jar NO_WRKSUBDIR= yes |