diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
commit | 4a868f8a2add17cdf73316057699ee6cec0908e4 (patch) | |
tree | e16a055a7017bc6875079719f93b536da2bb9deb /devel/subversion | |
parent | Upgrade to 1.95.7 (shlib major is bumped to 5). (diff) |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=103969
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 1d6e0288d822..f95556f7fd4d 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -6,6 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/tarballs/ @@ -13,7 +14,7 @@ MAINTAINER= lev@freebsd.org COMMENT= Version control system LIB_DEPENDS= neon.24:${PORTSDIR}/www/neon \ - expat.4:${PORTSDIR}/textproc/expat2 + expat.5:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes |