diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /x11-fm | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus3/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/nemo/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-fm/nautilus3/Makefile b/x11-fm/nautilus3/Makefile index 020db4595..ee6a86da1 100644 --- a/x11-fm/nautilus3/Makefile +++ b/x11-fm/nautilus3/Makefile @@ -13,14 +13,15 @@ COMMENT= File manager for the GNOME desktop BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ ${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 CONFLICTS= nautilus-2.[0-9]* +NO_STAGE= yes LATEST_LINK= nautilus3 USE_XZ= yes USES= desktop-file-utils gettext gmake pathfix shared-mime-info 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 |