Add a check for WITHOUT_KERBEROS, and trigger an error during make configure.
Kerberos support is required for gnome-vfs and other GNOME components. PR: 114838 Suggested by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
This commit is contained in:
parent
5bb3e491b6
commit
05faad2958
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196495
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ pre-configure:
|
|||
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
.if defined(WITHOUT_KERBEROS)
|
||||
${ECHO_CMD} "${PKGNAME}: KERBEROS is required."
|
||||
${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
|
Loading…
Reference in a new issue