svn commit: r326140 - head/graphics/eog

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 12:41:03 UTC 2013


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


More information about the svn-ports-all mailing list