Date: Fri, 3 Oct 2003 07:20:14 -0700 (PDT) From: Stefan Walter <sw@gegenunendlich.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57531: Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS Message-ID: <200310031420.h93EKE2E044486@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/57531; it has been noted by GNATS. From: Stefan Walter <sw@gegenunendlich.de> To: Jens Rehsack <rehsack@liwing.de> Cc: FreeBSD-gnats-submit@FreeBSD.org, Peter Pentchev <roam@freebsd.org> Subject: Re: ports/57531: Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS Date: Fri, 3 Oct 2003 16:13:02 +0200 Jens Rehsack, 03.10.03, 15:54h CEST: > >--- 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? Yes - thinking about it, it would probably be the more correct way...should we change that again? Stefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310031420.h93EKE2E044486>