diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-15 23:45:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-15 23:45:35 +0800 |
commit | fef257d5b2a2f592abc556b8cb8bd6345be6f045 (patch) | |
tree | 47aee1fa27519c0c4d94c0d2c7dca2b0bbd61934 /java/jcommon | |
parent | 9c256fbbe18f389b8718aa167b9fa4e1608b8ca1 (diff) | |
download | freebsd-ports-gnome-fef257d5b2a2f592abc556b8cb8bd6345be6f045.tar.gz freebsd-ports-gnome-fef257d5b2a2f592abc556b8cb8bd6345be6f045.tar.zst freebsd-ports-gnome-fef257d5b2a2f592abc556b8cb8bd6345be6f045.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Apologies in advance, I know java drives its short bus very, very slowly
through qat. Building these 3 ports will probably wedge it for weeks.
Diffstat (limited to 'java/jcommon')
-rw-r--r-- | java/jcommon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jcommon/Makefile b/java/jcommon/Makefile index a69b2ae913e8..79577b672fd1 100644 --- a/java/jcommon/Makefile +++ b/java/jcommon/Makefile @@ -15,7 +15,7 @@ USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ -OPTIONS_DEFINE= COMPILE +OPTIONS_DEFINE= COMPILE DOCS OPTIONS_DEFAULT=COMPILE COMPILE_DESC= Build from source |