- Fix with fmake:
/usr/ports/Mk/bsd.sanity.mk", line 111: Malformed conditional (defined(USE_AUTOTOOLS) && (${USE_AUTOTOOLS:Mlibtool} || ${USE_AUTOTOOLS:Mlibtool\:env})) With hat: portmgr
This commit is contained in:
parent
c71e2d814f
commit
a9854d21e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352843
1 changed files with 3 additions and 1 deletions
|
@ -108,8 +108,10 @@ DEV_WARNING+= "USE_PYDISTUTILS=easy_install is deprecated, please use USE_PYDIST
|
||||||
DEV_WARNING+= "PYDISTUTILS_PKGNAME has no effect for USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST=yes"
|
DEV_WARNING+= "PYDISTUTILS_PKGNAME has no effect for USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST=yes"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(USE_AUTOTOOLS) && (${USE_AUTOTOOLS:Mlibtool} || ${USE_AUTOTOOLS:Mlibtool\:env})
|
.if defined(USE_AUTOTOOLS)
|
||||||
|
. if ${USE_AUTOTOOLS:Mlibtool} || ${USE_AUTOTOOLS:Mlibtool\:env}
|
||||||
DEV_WARNING+= "USE_AUTOTOOLS=libtool is deprecated, please use USES=libtool"
|
DEV_WARNING+= "USE_AUTOTOOLS=libtool is deprecated, please use USES=libtool"
|
||||||
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*}
|
.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*}
|
||||||
|
|
Loading…
Reference in a new issue