Index: Makefile =================================================================== --- Makefile (révision 340064) +++ Makefile (copie de travail) @@ -15,8 +15,8 @@ CONFLICTS= x11iraf-[0-9]* +USES= desktop-file-utils USE_XORG= xaw xft -WANT_GNOME= desktopfileutils GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" @@ -26,7 +26,7 @@ ICONVERSION= 1 -OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR SIXEL +OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL DABBREV_DESC= Enable support for dabbrev-expand DECTERM_DESC= Enable DECterm Locator support @@ -46,7 +46,6 @@ PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre DABBREV_CONFIGURE_ENABLE= dabbrev SIXEL_CONFIGURE_ENABLE= sixel-graphics -GNOME_USES= desktop-file-utils .include Index: pkg-plist =================================================================== --- pkg-plist (révision 340064) +++ pkg-plist (copie de travail) @@ -21,5 +21,3 @@ share/pixmaps/xterm-color_48x48.xpm share/pixmaps/xterm_32x32.xpm share/pixmaps/xterm_48x48.xpm -%%GNOME%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOME%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true