svn commit: r324219 - head/x11-fm/nautilus

Andrej Zverev az at FreeBSD.org
Sun Aug 4 07:26:20 UTC 2013


Author: az
Date: Sun Aug  4 07:26:19 2013
New Revision: 324219
URL: http://svnweb.freebsd.org/changeset/ports/324219

Log:
  - Fix usage of USES
  
  Approved by:	kwm@ (gnome@)

Modified:
  head/x11-fm/nautilus/Makefile

Modified: head/x11-fm/nautilus/Makefile
==============================================================================
--- head/x11-fm/nautilus/Makefile	Sun Aug  4 07:13:08 2013	(r324218)
+++ head/x11-fm/nautilus/Makefile	Sun Aug  4 07:26:19 2013	(r324219)
@@ -22,8 +22,7 @@ CONFLICTS=	nautilus-3.[0-9]*
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USES=		gettext
-USES=		desktop-file-utils shared-mime-info
+USES=		gettext desktop-file-utils shared-mime-info
 USE_GNOME=	gnomeprefix gnomehack intlhack gnomedesktop \
 		librsvg2 ltverhack gvfs ltasneededhack
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list