diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 16:59:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 16:59:42 +0000 |
commit | ce21d8d964c8eac5ce9536d5cfb977a3c654962c (patch) | |
tree | e0db9bc64b9feec3c24ee4e5cf221a9804ddfbf0 /x11/gnome-shell | |
parent | a56af1079955d8f83fe3c3929b2ce21c7e114b6d (diff) |
Notes
Diffstat (limited to 'x11/gnome-shell')
-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 |