summaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-07-11 11:22:17 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-07-11 11:22:17 +0000
commit5d339c74251aac4a76603974002f1e4c0639c1dd (patch)
treec389ae6bea92037b69533c91a5ec0295aaa513f6 /lang/gnustep-base
parentFix the IPv6 bind() call properly. The author didn't spot the flaw (diff)
Add missing dependency on libxml2.
Notes
Notes: svn path=/head/; revision=45031
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 2bda42acfcd2..f1559ef1d5ef 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/libobjc.so:${PORTSDIR}/lang/gnustep-objc
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/libobjc.so:${PORTSDIR}/lang/gnustep-objc
.include <bsd.port.pre.mk>