aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2006-02-13 04:06:30 +0800
committeranholt <anholt@FreeBSD.org>2006-02-13 04:06:30 +0800
commitc06488bec0a66fe03ec249d041d28549c2b59159 (patch)
tree3ed82aa08d538a2125ec5a6255144c67ad2dc992 /devel
parentd4467fd764271262157564236b8ac5e96a25472a (diff)
downloadfreebsd-ports-gnome-c06488bec0a66fe03ec249d041d28549c2b59159.tar.gz
freebsd-ports-gnome-c06488bec0a66fe03ec249d041d28549c2b59159.tar.zst
freebsd-ports-gnome-c06488bec0a66fe03ec249d041d28549c2b59159.zip
Add missing LIB_DEPENDS on expat.
Reported by: pointyhat (via kris)
Diffstat (limited to 'devel')
-rw-r--r--devel/git/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 78ffd9f1afef..c71c6c5794dc 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -17,6 +17,7 @@ COMMENT= Distributed source code management tool
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
wish8.4:${PORTSDIR}/x11-toolkits/tk84
+LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
USE_PERL5= yes
USE_PYTHON= yes