Good day!
I want add option in port's Makefile to depend on textproc/py-enchant.
But how i can do it? It installs as python egg.
.if defined(WITH_ENCHANT)
RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${PORTSDIR}/textproc/py-enchant
.endif
What should i wrote instead in left part of t
On Wed, Apr 21, 2010 at 2:11 PM, Ruslan Mahmatkhanov wrote:
> Good day!
>
> I want add option in port's Makefile to depend on textproc/py-enchant.
> But how i can do it? It installs as python egg.
>
> .if defined(WITH_ENCHANT)
> RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${PORTSDIR}/textpr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ruslan Mahmatkhanov wrote:
> Good day!
>
> I want add option in port's Makefile to depend on textproc/py-enchant.
> But how i can do it? It installs as python egg.
>
> .if defined(WITH_ENCHANT)
> RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${P
This is to (partially) fix the build on powerpc, which currently turns
out to be a 32-bit arch just like i386 :-)
The patch appears to be pretty trivial. I've tested it on powerpc but
not yet on i386/amd64.
Thanks.
mcl
Index: Makefile
===
This is to (partially) fix the build on powerpc. (FWIW, the powerpc
build claims that 5171 other ports depend on it ...) It has been tested
on powerpc. It shouldn't have an effect anywhere else, but I haven't
tinderboxed it yet.
The patch appears to be pretty trivial. (This is the diff to the