ports/57531: Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS

Jens Rehsack rehsack at liwing.de
Fri Oct 3 14:00:49 UTC 2003


The following reply was made to PR ports/57531; it has been noted by GNATS.

From: Jens Rehsack <rehsack at liwing.de>
To: Stefan Walter <sw at gegenunendlich.de>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/57531: Fix port: net/nicotine Makefile missing/broken	RUN_DEPENDS
Date: Fri, 03 Oct 2003 13:54:04 +0000

 Stefan Walter wrote:
 >>Number:         57531
 >>Category:       ports
 >>Synopsis:       Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS
 
 ...
 
 > --- nicotine-run_depends.patch begins here ---
 > --- Makefile~	Tue Sep 30 20:00:14 2003
 > +++ Makefile	Fri Oct  3 15:23:42 2003
 > @@ -22,7 +22,7 @@
 >  .include <bsd.port.pre.mk>
 >  
 >  .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS)
 > -RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
 > +RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
 >  .else
 >  pre-everything::
 >  	@${ECHO_MSG} ""
 > --- nicotine-run_depends.patch ends here ---
 
 Could LIB_DEPENDS used here?
 
 Jens
 



More information about the freebsd-ports-bugs mailing list