Register USE_DRUPAL as unsupported
This commit is contained in:
parent
e40d57dd2f
commit
a5fe4d9993
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358261
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,7 @@ DEV_WARNING+= "USE_GNOME=ltverhack is deprecated, please use USES=libtool"
|
|||
SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \
|
||||
USE_READLINE USE_ICONV PERL_CONFIGURE PERL_MODBUILD \
|
||||
USE_PERL5_BUILD USE_PERL5_RUN USE_DISPLAY USE_FUSE \
|
||||
USE_GETTEXT USE_GMAKE USE_SCONS
|
||||
USE_GETTEXT USE_GMAKE USE_SCONS USE_DRUPAL
|
||||
SANITY_DEPRECATED= USE_XZ USE_BZIP2
|
||||
|
||||
USE_OPENAL_ALT= USES=openal
|
||||
|
@ -143,6 +143,7 @@ USE_DISPLAY_ALT= USES=display
|
|||
USE_FUSE_ALT= USES=fuse
|
||||
USE_GETTEXT_ALT= USES=gettext
|
||||
USE_SCONS_ALT= USES=scons
|
||||
USE_DRUPAL_ALT= USES=drupal
|
||||
|
||||
.for a in ${SANITY_DEPRECATED}
|
||||
.if defined(${a})
|
||||
|
|
Loading…
Reference in a new issue