diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 04:50:51 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 04:50:51 +0000 |
commit | 06f89fdeff86f073c6744598ec5176dbdbf1d77b (patch) | |
tree | ee530f56ae0754278592aeecdc820523be08fb4a /net/samba-devel/Makefile | |
parent | 6b85cc871746520c5ff79a1f42f813b50bc80c88 (diff) | |
download | ports-06f89fdeff86f073c6744598ec5176dbdbf1d77b.tar.gz ports-06f89fdeff86f073c6744598ec5176dbdbf1d77b.zip |
Notes
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r-- | net/samba-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 7326e2d130bb..bf43f83eea92 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -34,7 +34,7 @@ SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default DOCSDIR= ${PREFIX}/share/doc/samba NO_LATEST_LINK= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-sambabook=${PREFIX}/share/swat/using_samba \ @@ -45,6 +45,8 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} +.else +CONFIGURE_ARGS+= --with-krb5=no .endif .if defined(WITH_CUPS) |