diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-31 09:50:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-31 09:50:56 +0000 |
commit | 3e16818f5dd80956e093b4ac483c573fe6b557b8 (patch) | |
tree | ce454f131b0786ce0d06ace732cc195bdeadd0c0 /dns/bind98 | |
parent | f144e2acf9ab35830582e3e237c99923c5ca7985 (diff) |
Notes
Diffstat (limited to 'dns/bind98')
-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 |