diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-19 20:11:59 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-19 20:11:59 +0800 |
commit | 25c8a6ee5f205859cfbd3009dca402cc8cd66c9b (patch) | |
tree | 1910b1c2b5f6a2a042a6c3e5c88d984e2477880a | |
parent | 89ee28d25fdf611b804642e2bc1ffe53d88ba623 (diff) | |
download | freebsd-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/Makefile | 1 |
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} |