diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 08:43:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 08:43:32 +0000 |
commit | 9e4b10c8a344abc12e822b9d3d06a5665f819795 (patch) | |
tree | 1e605cf8c81b2a5dd3d767216f9575b84214d259 /net/csync2 | |
parent | 083b45d5c609b6d810e5c6f9e24c62f840a817cc (diff) | |
download | ports-9e4b10c8a344abc12e822b9d3d06a5665f819795.tar.gz ports-9e4b10c8a344abc12e822b9d3d06a5665f819795.zip |
Notes
Diffstat (limited to 'net/csync2')
-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" |