diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:48:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:48:22 +0000 |
commit | 3a1aa3c465962334c072adbaa3f74ba2b30aecb6 (patch) | |
tree | 61c25d819a68a2060aa77437512597afc5738a10 /Mk/bsd.sanity.mk | |
parent | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index a45dce2e4d3d..d980bab6d279 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -106,16 +106,6 @@ DEV_ERROR+= "USE_PYDISTUTILS=easy_install is no longer supported, please use USE DEV_WARNING+= "PYDISTUTILS_PKGNAME has no effect for USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST=yes" .endif -.if defined(USE_AUTOTOOLS) -. if ${USE_AUTOTOOLS:Mlibtool} || ${USE_AUTOTOOLS:Mlibtool\:env} -DEV_WARNING+= "USE_AUTOTOOLS=libtool is deprecated, please use USES=libtool" -. endif -.endif - -.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} -DEV_WARNING+= "USE_GNOME=ltverhack is deprecated, please use USES=libtool" -.endif - .if defined(USE_PYTHON) && (${USE_PYTHON} == "yes" || ${USE_PYTHON:C/[-0-9.+]*//} == "") _PYTHON_VAL := ${USE_PYTHON} .if ${_PYTHON_VAL} != "yes" |