- Add a warning about PYTHON_PY3K_PLIST_HACK not being required, if

PYDISTUTILS_AUTOPLIST is used
This commit is contained in:
Marcus von Appen 2013-10-26 09:29:18 +00:00
parent 24593214f9
commit d013540424
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331668

View File

@ -120,6 +120,10 @@ DEV_WARNING+= "MAN${a} macros are deprecated when using stage directory"
DEV_WARNING+= "MLINKS macros are deprecated when using stage directory"
.endif
.if defined(PYDISTUTILS_AUTOPLIST) && defined(PYTHON_PY3K_PLIST_HACK)
DEV_WARNING+= "PYDISTUTILS_AUTOPLIST features Python 3.x support, PYTHON_PY3K_PLIST_HACK is not required"
.endif
.if defined(_PREMKINCLUDED)
DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice"
.endif