From 43bb9124f0843d38342e45ed5910c1ee6fbe0d2f Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 5 Dec 2017 12:45:08 +0000 Subject: [PATCH] Remove the additional java category from this port. lang/gcc6, which this pulls in by default, still provides GCJ/libgcj (as the last GCC-based port doing so), but unlike C, C++, or Fortran we do not create any symlink for Java and users may also change the default version of GCC, so really nothing Java-specific here. --- lang/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index e15915d34df8..1bbf32188c65 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= ${GCC_DEFAULT} -CATEGORIES= lang java +CATEGORIES= lang MASTER_SITES= # not applicable DISTFILES= # not applicable