diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-17 09:17:27 +0800 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-17 09:17:27 +0800 |
commit | c2a664aeff3750c57c88c9f08d31b4e9a179c563 (patch) | |
tree | 4c1f9a25143e0bbaef7946c19bc501e06512c857 /devel/git | |
parent | 7a0767df70c544af8cae5fe521e54961dd3eb34f (diff) | |
download | freebsd-ports-gnome-c2a664aeff3750c57c88c9f08d31b4e9a179c563.tar.gz freebsd-ports-gnome-c2a664aeff3750c57c88c9f08d31b4e9a179c563.tar.zst freebsd-ports-gnome-c2a664aeff3750c57c88c9f08d31b4e9a179c563.zip |
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>
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.* |