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:
Joe Marcus Clarke 2007-07-28 19:00:29 +00:00
parent 5bb3e491b6
commit 05faad2958
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196495

View file

@ -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