diff options
author | mezz <mezz@FreeBSD.org> | 2007-12-27 09:04:57 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-12-27 09:04:57 +0800 |
commit | 98d47606a1722d59667163e8c3ab31e9812c4b5b (patch) | |
tree | ab9b68978eab49d87e8c03f7b2d2bdd7385dc9e2 /games | |
parent | f9d09923bd5584a9ce887dd7d4cc2029071ae8ff (diff) | |
download | freebsd-ports-gnome-98d47606a1722d59667163e8c3ab31e9812c4b5b.tar.gz freebsd-ports-gnome-98d47606a1722d59667163e8c3ab31e9812c4b5b.tar.zst freebsd-ports-gnome-98d47606a1722d59667163e8c3ab31e9812c4b5b.zip |
It only needs to depend on avahi-app.
PR: ports/119032
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 276f39c7c0e9..890b5da0aa07 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -43,7 +43,7 @@ CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* .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: |