diff options
author | tg <tg@FreeBSD.org> | 2001-07-11 11:22:17 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-11 11:22:17 +0000 |
commit | b8cab4c77dd847227eaebebd373731d09195a9ef (patch) | |
tree | 0c10f0430cf710a83bbbf1bb92b913512416a017 /lang/gnustep-base | |
parent | 694ed35a9c572581333fb6060c3c8b7a36df5b4e (diff) | |
download | FreeBSD-ports-b8cab4c77dd847227eaebebd373731d09195a9ef.zip FreeBSD-ports-b8cab4c77dd847227eaebebd373731d09195a9ef.tar.gz |
Add missing dependency on libxml2.
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 2bda42a..f1559ef 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> |