diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-16 09:20:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-16 09:20:25 +0000 |
commit | ab824a93f31b3f667569e11c1bb6dc4d44d37068 (patch) | |
tree | a36b2a45fc3e6f36174e21bdf5688d0d06821b6e | |
parent | Update 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
-rw-r--r-- | devel/gconf2/Makefile | 3 |
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 |