On 4 March 2013 10:50, Chris Rees <utis...@gmail.com> wrote:

Add WITH_CCACHE_BUILD=yes  to /etc/make.conf

Use this Makefile:

Try "make run-depends-list" with and without the commented line.  Note
that USE_CMAKE, USE_GMAKE, etc. can also trigger the buggy behavior.

Note that this behavior is somewhat fixed if you add BUILD_DEPENDS=
(no +) prior to setting RUN_DEPENDS.  However, I've seen ports without
this.  I'm not really sure why.

======

# $FreeBSD$

PORTNAME=       led
PORTVERSION=    2.0
CATEGORIES=     editors
MASTER_SITES=   SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION}

MAINTAINER=     po...@freebsd.org
COMMENT=        A tiny text editor, with a number of useful programming features

#RUN_DEPENDS:=  ${BUILD_DEPENDS}

GNU_CONFIGURE=  yes
USE_PERL5=      yes

.include <bsd.port.mk>

======


After some thought I think I was confusing the issue.  The problem is
using RUN_DEPENDS:=     ${BUILD_DEPENDS} without also setting
BUILD_DEPENDS, not using "RUN_DEPENDS:= ${BUILD_DEPENDS}" in general.

-- 
Eitan Adler
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to