diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-22 16:43:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-22 16:43:32 +0800 |
commit | f27809aa6f39f1ef80cb17bbd182925857c2b935 (patch) | |
tree | e1681f9f01255d5679f92a125565ffb187ff2fc2 /net | |
parent | 5379f7bc1467f12623ccb96725e24d72b3ad7ca5 (diff) | |
download | freebsd-ports-gnome-f27809aa6f39f1ef80cb17bbd182925857c2b935.tar.gz freebsd-ports-gnome-f27809aa6f39f1ef80cb17bbd182925857c2b935.tar.zst freebsd-ports-gnome-f27809aa6f39f1ef80cb17bbd182925857c2b935.zip |
- BROKEN does not compile with new gnuTLS
Diffstat (limited to 'net')
-rw-r--r-- | net/csync2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index dff3215b8af8..8218cb5ef06c 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ MAN1= csync2.1 +BROKEN= does not compile with new gnuTLS + GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |