Subject: Re: New pkg submit: pkgsrc/sysutils/logrotate
To: Juan RP <jrp@hispabsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: tech-pkg
Date: 08/06/2003 07:19:21
On Sat, 2003-08-02 at 04:10, Juan RP wrote:
> On 02 Aug 2003 03:55:19 -0400
> "Brian A. Seklecki" <lavalamp@spiritual-machines.org> wrote:
[...]
> > pre-make:
> > ${CP} ${FILESDIR}/Makefile ${WRKDIR}/${DISTNAME}/Makefile
> >
>
> Perfect, only a thing, you can use ${WRKSRC} instead of ${WRKDIR}/${DISTNAME}.
I have another package I'm working on that needs to depend on another
package:
pkgsrc/lang/tcl-expect
...but that pkgsrc entry doesn't have a buildlink2.mk entry.
Is there another way to depend on it other than buildlink2.mk? Using:
DEPENDS+= tcl-expect>=5.38.0:../../lang/tcl-expect
Or should I just submit a buildlink2.mk file?
-lava