diff options
Diffstat (limited to 'x11-fm/nemo/Makefile')
-rw-r--r-- | x11-fm/nemo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 7ebee9e19..0286b06d7 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -13,9 +13,9 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome gtkdocize:${PORTSDIR}/textproc/gtk-doc \ gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas -LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ - notify:${PORTSDIR}/devel/libnotify \ - exempi:${PORTSDIR}/textproc/exempi +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libexempi.so:${PORTSDIR}/textproc/exempi RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas @@ -24,6 +24,7 @@ GH_ACCOUNT= linuxmint GH_TAGNAME= 1.7.1 GH_COMMIT= 63f7b44 +NO_STAGE= yes INSTALLS_ICONS= yes USES= desktop-file-utils gettext gmake pathfix USE_GNOME= gnomeprefix intlhack gnomedesktop3 libxml2 introspection:build |