diff options
author | anholt <anholt@FreeBSD.org> | 2006-02-13 04:06:30 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2006-02-13 04:06:30 +0800 |
commit | c06488bec0a66fe03ec249d041d28549c2b59159 (patch) | |
tree | 3ed82aa08d538a2125ec5a6255144c67ad2dc992 /devel | |
parent | d4467fd764271262157564236b8ac5e96a25472a (diff) | |
download | freebsd-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/Makefile | 1 |
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 |