mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Explictly disable GSSAPI.
This commit is contained in:
parent
648f7b9d9f
commit
aa5c59acd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68258
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ MAINTAINER= sumikawa@FreeBSD.org
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
#USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-ipv6
|
||||
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi
|
||||
|
||||
MAN1= cvs.1
|
||||
MAN5= cvs.5
|
||||
|
|
|
@ -22,7 +22,7 @@ MAINTAINER= sumikawa@FreeBSD.org
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
#USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-ipv6
|
||||
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi
|
||||
|
||||
MAN1= cvs.1
|
||||
MAN5= cvs.5
|
||||
|
|
Loading…
Add table
Reference in a new issue