diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-12-23 08:46:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-12-23 08:46:27 +0000 |
commit | ffa87224c67cd7751216a8fe06cfb03148434105 (patch) | |
tree | d90e18fb41ef63e178a39dfbe977aa234a466000 /www/cadaver/Makefile | |
parent | fbac221c16ca15cb861abb54ba0af3a8badbed40 (diff) |
Chase neon shared library upgrade.
PR: 33103
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes:
svn path=/head/; revision=52029
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 6a6e602a0c72..2c1376b525f4 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -7,12 +7,13 @@ PORTNAME= cadaver PORTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ MAINTAINER= tarkhil@over.ru -LIB_DEPENDS= neon.17:${PORTSDIR}/www/neon \ +LIB_DEPENDS= neon.18:${PORTSDIR}/www/neon \ intl.1:${PORTSDIR}/devel/gettext .ifndef NO_OPENSSL |