Thanks, I fixed that, but it still does not appear to be checking the dependancy. It fails with the same error.
On Jan 16, 2008 2:03 PM, Paul Schmehl <[EMAIL PROTECTED]> wrote: > --On Wednesday, January 16, 2008 09:08:12 -0500 Jim Stapleton > <[EMAIL PROTECTED]> wrote: > > > > Sorry I tabbed in editing and managed to accidentally sent. > > > > Is it safe to assume that it is not bailing on the lack of this > > library because there is no devel/py-extended-threading yet, or am I > > missing something else. > > > > > > Sorry again for the goof/double-message. > > > > Thank you, > > -Jim Stapleton > > > > > > Makefile: > > ======================================== > ># New ports collection makefile for: py-modularapp > ># Date created: 14 Jan 2008 > ># Whom: James Stapleton <[EMAIL PROTECTED]> > ># > ># $FreeBSD$ > ># > > > > PORTNAME= py_modularapp > > PORTVERSION= 0.2 > > CATEGORIES= devel python > > MASTER_SITES+= http://www.var-dev.net/programming/python/modularapp/ \ > > http://www.var-dev.com/programming/python/modularapp/ \ > > http://www.var-dev.org/programming/python/modularapp/ > > DISTNAME= py_modularapp-0.2 > > > > MAINTAINER= [EMAIL PROTECTED] > > COMMENT= A library for trivially extensible python plugins and > > applications > > > > USE_PYTHON= 2.3+ > > BUILD_DEPENDS+= > > ${PYTHON_SITELIBDIR}/extended_threading/rwrlock.py:/${PORTSDIR}/devel/py-exte > > nded-threading > > .....^..... > This is an error. Should be: > > BUILD_DEPENDS+= > > > ${PYTHON_SITELIBDIR}/extended_threading/rwrlock.py:${PORTSDIR}/devel/py-extended-threading > > -- > Paul Schmehl ([EMAIL PROTECTED]) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
