diff options
author | rene <rene@FreeBSD.org> | 2019-08-12 05:46:24 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-08-12 05:46:24 +0800 |
commit | f35ec444f6f302ac6006f296d851d3e3dcebb297 (patch) | |
tree | 715b82ca4dafa79a0d3211921c5544ea7d6f5473 | |
parent | 736601a1ce6e7740d3fdb85d204bf4f89b832dea (diff) | |
download | freebsd-ports-gnome-f35ec444f6f302ac6006f296d851d3e3dcebb297.tar.gz freebsd-ports-gnome-f35ec444f6f302ac6006f296d851d3e3dcebb297.tar.zst freebsd-ports-gnome-f35ec444f6f302ac6006f296d851d3e3dcebb297.zip |
devel/opengrok: remove support for EOL tomcat6
-rw-r--r-- | devel/opengrok/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 764d442c5cc1..b7940b3586a6 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -32,16 +32,13 @@ PLIST_SUB= T=${WEBAPP_HOME:S|^${LOCALBASE}/||} \ OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= AS -OPTIONS_SINGLE_AS= TOMCAT85 TOMCAT7 TOMCAT6 RESIN3 +OPTIONS_SINGLE_AS= TOMCAT85 TOMCAT7 RESIN3 OPTIONS_DEFAULT= TOMCAT85 -TOMCAT6_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-6.0 TOMCAT7_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-7.0 TOMCAT85_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-8.5 RESIN3_VARS= WEBAPP_HOME=${LOCALBASE}/resin3 -TOMCAT6_BUILD_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat6 -TOMCAT6_RUN_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat6 TOMCAT7_BUILD_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat7 TOMCAT7_RUN_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat7 TOMCAT85_BUILD_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat85 |