diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-10-22 00:02:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-10-22 00:02:20 +0800 |
commit | 3c2e014ec6bc4ec846823c827f9768691ec0d406 (patch) | |
tree | cfab0af3fc114aa6ac8dbc3a8d4548ccf76d7444 /games | |
parent | bb8d8cef539cbff0ddddc4e18817a6704aeb1e0e (diff) | |
download | marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.tar marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.tar.gz marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.tar.bz2 marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.tar.lz marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.tar.xz marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.tar.zst marcuscom-ports-3c2e014ec6bc4ec846823c827f9768691ec0d406.zip |
Fix the dependency, net/avahi -> net/avahi-app.
portmaster's log:
[...]
Upgrade of gconf-editor-2.24.0.1,1 to gconf-editor-2.24.1,1
Installation of net/avahi (avahi-0.6.23)
Upgrade of gnome-games-2.24.0 to gnome-games-2.24.1
Upgrade of gnome-system-monitor-2.24.0 to gnome-system-monitor-2.24.1
[...]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11722 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 0189136f4..f1347f868 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.183 2008/09/22 03:25:37 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.184 2008/10/20 22:20:35 kwm Exp $ # PORTNAME= gnome-games @@ -46,7 +46,7 @@ DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \ .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: |