diff options
author | mat <mat@FreeBSD.org> | 2014-01-31 17:50:56 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-31 17:50:56 +0800 |
commit | ce68db79852010a4cc6332e57c1358704dc1302b (patch) | |
tree | ce454f131b0786ce0d06ace732cc195bdeadd0c0 /dns | |
parent | d3aeb69196e948afbc034bc5039b8e243ee36c68 (diff) | |
download | freebsd-ports-gnome-ce68db79852010a4cc6332e57c1358704dc1302b.tar.gz freebsd-ports-gnome-ce68db79852010a4cc6332e57c1358704dc1302b.tar.zst freebsd-ports-gnome-ce68db79852010a4cc6332e57c1358704dc1302b.zip |
Note that the RPZRRL patch doesn't work yet with that release.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 406a747d54e4..6069292e72a3 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -116,6 +116,10 @@ CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --disable-threads .endif +.if ${PORT_OPTIONS:MRPZRRL_PATCH} +BROKEN= waiting on an updated patch +.endif + .if ${PORT_OPTIONS:MGSSAPI} .if defined(HEIMDAL_HOME) LDFLAGS+= -L${LIBDIR} -lgssapi -lkrb5 |