diff options
Diffstat (limited to 'net/apache-commons-net/Makefile')
-rw-r--r-- | net/apache-commons-net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/apache-commons-net/Makefile b/net/apache-commons-net/Makefile index 481a17773b79..cfda06233fa6 100644 --- a/net/apache-commons-net/Makefile +++ b/net/apache-commons-net/Makefile @@ -12,7 +12,8 @@ WWW= https://commons.apache.org/proper/commons-net/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_JAVA= yes +USES= java + NO_BUILD= yes NO_ARCH= yes |