558715b919
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8 - bump revision on affected ports okay sthen@, ian@, landry@
16 lines
341 B
Makefile
16 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.38 2017/04/21 13:27:47 kurt Exp $
|
|
|
|
COMMENT-main = Java servlet 2.5 and Java server pages 2.1 server
|
|
|
|
MAJ_VER = 6
|
|
MIN_VER = 0
|
|
MICRO_VER = 51
|
|
REVISION-main = 0
|
|
|
|
RUN_DEPENDS-examples =www/tomcat/v${MAJ_VER},-main>=${MAJ_VER},<7
|
|
|
|
pre-patch:
|
|
perl -pi -e "s/\r$$//" ${WRKSRC}/webapps/ROOT/index.*
|
|
|
|
.include <bsd.port.mk>
|