Date: Wed, 26 Dec 2007 13:57:03 +1000 From: "Dima Panov" <fluffy@fluffy.khv.ru> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/119032: games/gnome-games fix dependency Message-ID: <1198641423.42354@Fluffy.Khv.RU> Resent-Message-ID: <200712260400.lBQ405mQ096751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119032 >Category: ports >Synopsis: games/gnome-games fix dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 04:00:05 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 8.0-800006-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-800006-CURRENT #0: Mon Dec 24 18:38:41 VLAT 2007 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: games/gnome-games doesn't need the whole avahi bundle, avahi-app is enought. >How-To-Repeat: >Fix: --- games::gnome-games.diff begins here --- Index: games/gnome-games/Makefile =================================================================== RCS file: /home/ncvs/ports/games/gnome-games/Makefile,v retrieving revision 1.115 diff -u -r1.115 Makefile --- games/gnome-games/Makefile 12 Dec 2007 04:37:20 -0000 1.115 +++ games/gnome-games/Makefile 26 Dec 2007 03:36:20 -0000 @@ -43,7 +43,7 @@ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app .endif post-patch: --- games::gnome-games.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1198641423.42354>