svn commit: r353238 - head/graphics/geeqie

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 01:54:29 UTC 2014


Author: amdmi3
Date: Thu May  8 01:54:28 2014
New Revision: 353238
URL: http://svnweb.freebsd.org/changeset/ports/353238
QAT: https://qat.redports.org/buildarchive/r353238/

Log:
  - Convert USE_GNOME=desktopfileutils to USES

Modified:
  head/graphics/geeqie/Makefile

Modified: head/graphics/geeqie/Makefile
==============================================================================
--- head/graphics/geeqie/Makefile	Thu May  8 01:47:58 2014	(r353237)
+++ head/graphics/geeqie/Makefile	Thu May  8 01:54:28 2014	(r353238)
@@ -12,8 +12,8 @@ COMMENT=	Lightweight image viewer forked
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
-USES=		gettext gmake pkgconfig
-USE_GNOME=	gtk20 desktopfileutils
+USES=		gettext gmake pkgconfig desktop-file-utils
+USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}" \
 		--htmldir="${DOCSDIR}/html" \


More information about the svn-ports-all mailing list