Date: Mon, 21 Aug 2006 15:14:18 GMT From: György Teubel <tgyurci@freemail.hu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/102350: multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} Message-ID: <200608211514.k7LFEI6I016233@www.freebsd.org> Resent-Message-ID: <200608211520.k7LFKGSK035398@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102350 >Category: ports >Synopsis: multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 21 15:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: György Teubel >Release: >Organization: >Environment: >Description: Because of the RUN_DEPENDS=${BUILD_DEPENDS} line, the installed package depends on gmake, but it is only needed for build. >How-To-Repeat: >Fix: diff -u -r /usr/ports/multimedia/dvdstyler/Makefile dvdstyler/Makefile --- /usr/ports/multimedia/dvdstyler/Makefile Sun Jul 23 11:26:08 2006 +++ dvdstyler/Makefile Mon Aug 21 17:03:21 2006 @@ -23,7 +23,9 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm \ lavfile-1.8.0:${PORTSDIR}/multimedia/mjpegtools \ wxsvg.0:${PORTSDIR}/graphics/wxsvg -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ + mpgcat:${PORTSDIR}/multimedia/mpgtx \ + growisofs:${PORTSDIR}/sysutils/dvd+rw-tools #RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine DVDSTYLER_ICON= ${DATADIR}/rc/dvdstyler.png >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608211514.k7LFEI6I016233>