diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-06-23 21:40:48 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-06-23 21:40:48 +0000 |
commit | c1f775e15ea1bf694533aaee59c8ca737ab67605 (patch) | |
tree | 25ba93a16db32f509e3af889c6d3d51b0fb19bc4 | |
parent | Haskell Cryptographic Library (diff) |
Back out previous commit. subversion really does have an explicit
dependency on expat.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
-rw-r--r-- | devel/subversion-devel/Makefile | 1 | ||||
-rw-r--r-- | devel/subversion-freebsd/Makefile | 1 | ||||
-rw-r--r-- | devel/subversion/Makefile | 1 | ||||
-rw-r--r-- | devel/subversion16/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index 6ffa845fc9fe..c6440acf1e31 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/Makefile @@ -16,6 +16,7 @@ COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ + expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr INSTALLS_SHLIB= yes diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 6ffa845fc9fe..c6440acf1e31 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -16,6 +16,7 @@ COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ + expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr INSTALLS_SHLIB= yes diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 6ffa845fc9fe..c6440acf1e31 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -16,6 +16,7 @@ COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ + expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr INSTALLS_SHLIB= yes diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index 6ffa845fc9fe..c6440acf1e31 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -16,6 +16,7 @@ COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ + expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr INSTALLS_SHLIB= yes |