aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-06-19 20:11:59 +0800
committerdaichi <daichi@FreeBSD.org>2003-06-19 20:11:59 +0800
commit25c8a6ee5f205859cfbd3009dca402cc8cd66c9b (patch)
tree1910b1c2b5f6a2a042a6c3e5c88d984e2477880a
parent89ee28d25fdf611b804642e2bc1ffe53d88ba623 (diff)
downloadfreebsd-ports-gnome-25c8a6ee5f205859cfbd3009dca402cc8cd66c9b.tar.gz
freebsd-ports-gnome-25c8a6ee5f205859cfbd3009dca402cc8cd66c9b.tar.zst
freebsd-ports-gnome-25c8a6ee5f205859cfbd3009dca402cc8cd66c9b.zip
mod_jk depends on automake @ patch-libtool
PR: 53259 Submitted by: Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net> (maintainer) Pointed out by: erich@ucsd.edu and Zhong.Lun@bluewave.com
-rw-r--r--www/mod_jk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile
index 3bc5ca28d1a6..bda0caa93c96 100644
--- a/www/mod_jk/Makefile
+++ b/www/mod_jk/Makefile
@@ -16,6 +16,7 @@ DISTNAME= jakarta-tomcat-connectors-jk-${PORTVERSION}-src
MAINTAINER= girgen@pingpong.net
COMMENT= Apache JK module for Tomcat
+PATCH_DEPENDS= ${AUTOMAKE}:${PORTSDIR}/devel/automake
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${APXS}:${APACHE_PORT}