diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-17 01:17:27 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-17 01:17:27 +0000 |
commit | c2a664aeff3750c57c88c9f08d31b4e9a179c563 (patch) | |
tree | 4c1f9a25143e0bbaef7946c19bc501e06512c857 /devel/git | |
parent | - retire patch-Temp.pm (diff) |
Correct the expat shlib version from the update that was before this port was
even committed. Oops.
PR: ports/93436
Submitted by: Kostik Belousov <kostikbel@gmail.com>
Notes
Notes:
svn path=/head/; revision=156198
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 52b92334f4ea..962c0a361110 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xmlto:${PORTSDIR}/textproc/xmlto RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ wish8.4:${PORTSDIR}/x11-toolkits/tk84 -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 CONFLICTS= cogito-[0-9]* git-4.* |