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

Stefan Walter sw at gegenunendlich.de
Fri Oct 3 14:20:20 UTC 2003


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

From: Stefan Walter <sw at gegenunendlich.de>
To: Jens Rehsack <rehsack at liwing.de>
Cc: FreeBSD-gnats-submit at FreeBSD.org,
	Peter Pentchev <roam at 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



More information about the freebsd-ports-bugs mailing list