diff options
Diffstat (limited to 'x11/gnome-shell/Makefile')
-rw-r--r-- | x11/gnome-shell/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 3177a653fd04..8aac777d078b 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -12,10 +12,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - mutter-private.0:${PORTSDIR}/x11-wm/mutter \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - gjs-gi:${PORTSDIR}/lang/gjs +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libmutter-private.so:${PORTSDIR}/x11-wm/mutter \ + libclutter-glx-1.so:${PORTSDIR}/graphics/clutter \ + libgjs-gi.so:${PORTSDIR}/lang/gjs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ glxinfo:${PORTSDIR}/graphics/mesa-demos |