Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 12:41:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326140 - head/graphics/eog
Message-ID:  <201309031241.r83Cf2HJ009741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 12:41:02 2013
New Revision: 326140
URL: http://svnweb.freebsd.org/changeset/ports/326140

Log:
  Fix stupid mistake

Modified:
  head/graphics/eog/Makefile

Modified: head/graphics/eog/Makefile
==============================================================================
--- head/graphics/eog/Makefile	Tue Sep  3 12:27:09 2013	(r326139)
+++ head/graphics/eog/Makefile	Tue Sep  3 12:41:02 2013	(r326140)
@@ -18,12 +18,11 @@ RUN_DEPENDS=	${LOCALBASE}/share/icons/gn
 		update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
 USE_BZIP2=	yes
-USES=		gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \
 		gconf2 gnomedesktop
 WANT_GNOME=	yes
 INSTALLS_ICONS=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
 GNOME_DESKTOP_VERSION=2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031241.r83Cf2HJ009741>