summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-16 09:20:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-16 09:20:25 +0000
commitab824a93f31b3f667569e11c1bb6dc4d44d37068 (patch)
treea36b2a45fc3e6f36174e21bdf5688d0d06821b6e /devel
parentUpdate gconf2 to 1.1.6 after a repo-copy from ports/devel/gconf and connect it (diff)
Add missed libxml2 into LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=54774
Diffstat (limited to 'devel')
-rw-r--r--devel/gconf2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 06bef7f26eef..87105b26564c 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -16,7 +16,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 \
- db3.2:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3 \
+ xml2.5:${PORTSDIR}/textproc/libxml2
USE_BZIP2= yes
USE_GMAKE= yes