diff options
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 1409809ef..c4b049bc9 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -12,13 +12,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment -LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \ - clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ + libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \ + libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter RUN_DEPENDS= seed:${PORTSDIR}/devel/seed CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]* +NO_STAGE= yes USE_BZIP2= yes USE_PYTHON= yes USES= desktop-file-utils gettext gmake pathfix @@ -50,7 +51,7 @@ MAN6= glchess.6 glines.6 gnect.6 gnibbles.6 gnobots2.6 \ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app .endif post-patch: |