From 6ee2c87d5187a7475834fa37f9e13d47af77ceda Mon Sep 17 00:00:00 2001 From: ale Date: Wed, 2 Apr 2014 07:39:47 +0000 Subject: Remove .so version and fix build. --- www/tomcat-native/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 998dea7d5fd4..5c4b46f00a6d 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -13,7 +13,7 @@ COMMENT= Tomcat native library LICENSE= APACHE20 -LIB_DEPENDS= libapr-1.so.4:${PORTSDIR}/devel/apr1 +LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native -- cgit