1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Add missing dependency on libxml2.

This commit is contained in:
Thomas Gellekum 2001-07-11 11:22:17 +00:00
parent 3b52a48f9e
commit 5d339c7425
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45031

View File

@ -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>