Add missing dependency on libxml2.

PR:		133897
This commit is contained in:
Max Khon 2009-07-06 04:44:33 +00:00
parent ab75d02cc0
commit eaa5b7ce56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237229

View file

@ -22,6 +22,7 @@ CONFIGURE_ARGS= --enable-fork --enable-rcs \
--disable-mysql --disable-sqlite\
--without-howl
USE_ICONV= yes
USE_GNOME= libxml2
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include"\
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib"
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2\