Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 20:14:49 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496775 - head/graphics/gnash
Message-ID:  <201903242014.x2OKEnVu057597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Mar 24 20:14:48 2019
New Revision: 496775
URL: https://svnweb.freebsd.org/changeset/ports/496775

Log:
  - restore order in USES

Modified:
  head/graphics/gnash/Makefile

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Sun Mar 24 20:05:14 2019	(r496774)
+++ head/graphics/gnash/Makefile	Sun Mar 24 20:14:48 2019	(r496775)
@@ -26,8 +26,8 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 
 CONFLICTS=	gnash-devel-[0-9]*
 
-USES=		autoreconf compiler:c++11-lang cpe desktop-file-utils gl \
-		gmake gnome jpeg libtool pkgconfig tar:bzip2
+USES=		cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \
+		pkgconfig jpeg gnome gl desktop-file-utils
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 WANT_GSTREAMER=	yes



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