1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

lang/gcc: Use OPTIONS_EXCLUDE_DragonFly to block JAVA

Adjust lang/gcc as was done for gcc46+

Approved by:	DragonFly blanket
This commit is contained in:
John Marino 2015-03-26 20:43:08 +00:00
parent bd64a4f18c
commit 31c3d6fe0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382342

View File

@ -47,6 +47,7 @@ OPTIONS_DEFINE_i386= JAVA
OPTIONS_DEFINE_amd64= JAVA
OPTIONS_DEFAULT_i386= JAVA
OPTIONS_DEFAULT_amd64= JAVA
OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap
.include <bsd.port.pre.mk>