diff options
author | mat <mat@FreeBSD.org> | 2015-05-18 23:33:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-18 23:33:07 +0800 |
commit | 8148ae217558e7e54d464a3366aff130d6f687b1 (patch) | |
tree | 455ee1c0d7af2d374b799c30c42dbbee204244d1 /dns/bind910 | |
parent | ad02e61a9d2accabaac618793fac66dccfdb3dfc (diff) | |
download | freebsd-ports-gnome-8148ae217558e7e54d464a3366aff130d6f687b1.tar.gz freebsd-ports-gnome-8148ae217558e7e54d464a3366aff130d6f687b1.tar.zst freebsd-ports-gnome-8148ae217558e7e54d464a3366aff130d6f687b1.zip |
Typo
Poked by: Peter Blok
Sponsored by: Absolight
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 0aade19dc289..e337e6abca7c 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -170,7 +170,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1} -CONFIGURE_ARGS+== --without-gost +CONFIGURE_ARGS+= --without-gost .endif .if !${PORT_OPTIONS:MLINKS} |