diff options
author | fjoe <fjoe@FreeBSD.org> | 2009-07-06 12:44:33 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2009-07-06 12:44:33 +0800 |
commit | f5e0a550b6e361eae0b0271085d8c89edfd8ba20 (patch) | |
tree | 9d9a20232105364ad1d8c2cdcd78c60e133bba63 | |
parent | 67a3fee8d31d61da19b9fa49c31d889408cf0f1c (diff) | |
download | freebsd-ports-gnome-f5e0a550b6e361eae0b0271085d8c89edfd8ba20.tar.gz freebsd-ports-gnome-f5e0a550b6e361eae0b0271085d8c89edfd8ba20.tar.zst freebsd-ports-gnome-f5e0a550b6e361eae0b0271085d8c89edfd8ba20.zip |
Add missing dependency on libxml2.
PR: 133897
-rw-r--r-- | devel/cvsnt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile index 7b2daccd4687..5287760d1349 100644 --- a/devel/cvsnt/Makefile +++ b/devel/cvsnt/Makefile @@ -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\ |