diff options
author | ale <ale@FreeBSD.org> | 2014-06-12 15:58:10 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-06-12 15:58:10 +0800 |
commit | 83f81cca33c63eedc477143573a6917eb6a85db3 (patch) | |
tree | 90aba7baf0e6a3ea5759fcbecea0d318f7f37a92 | |
parent | 1eae5803c95a9fe31df321ed8aa9c636e305a451 (diff) | |
download | freebsd-ports-gnome-83f81cca33c63eedc477143573a6917eb6a85db3.tar.gz freebsd-ports-gnome-83f81cca33c63eedc477143573a6917eb6a85db3.tar.zst freebsd-ports-gnome-83f81cca33c63eedc477143573a6917eb6a85db3.zip |
Fix plist.
-rw-r--r-- | www/tomcat-native/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 816a1d90a835..f5e7e2b291c6 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -3,6 +3,7 @@ PORTNAME= tomcat-native PORTVERSION= 1.1.30 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native/${PORTVERSION}/source @@ -20,6 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native OPTIONS_DEFINE= OCSP OCSP_DESC= Enable OCSP verification support +USES= libtool USE_OPENSSL= yes USE_JAVA= yes USE_LDCONFIG= yes @@ -30,9 +32,9 @@ CONFIGURE_ARGS= --with-apr=${LOCALBASE} \ --with-ssl=${SSLBASE} PLIST_FILES= lib/libtcnative-1.a \ - lib/libtcnative-1.la \ lib/libtcnative-1.so \ - lib/libtcnative-1.so.1 + lib/libtcnative-1.so.0 \ + lib/libtcnative-1.so.0.1.30 .include <bsd.port.options.mk> |