diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
commit | 1a1ec2b46d40b6609206347fcd6e237ef54a4218 (patch) | |
tree | 879033bb0b7d378478c65e86d5f43b54acba5877 /www/tomcat-native | |
parent | dd0d0dde5b278c6324e9f11535484a830d6349d9 (diff) | |
download | freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.tar.gz freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.tar.zst freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.zip |
3/5: Fix apr-1.3 libnames to be apr-1
PORTREVISION bumps comming next
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
Diffstat (limited to 'www/tomcat-native')
-rw-r--r-- | www/tomcat-native/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 80d6b5b31f45..b75d16d17aae 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= Tomcat native library -LIB_DEPENDS= apr-1.3:${PORTSDIR}/devel/apr +LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native |