Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 06:22:49 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396247 - head/editors/openoffice-devel
Message-ID:  <201509070622.t876MnoV079147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Mon Sep  7 06:22:48 2015
New Revision: 396247
URL: https://svnweb.freebsd.org/changeset/ports/396247

Log:
  Sort USE_XORG

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Mon Sep  7 06:12:22 2015	(r396246)
+++ head/editors/openoffice-devel/Makefile	Mon Sep  7 06:22:48 2015	(r396247)
@@ -132,8 +132,8 @@ JAVA_BUILD=	jdk
 JAVA_VENDOR=	openjdk
 JAVA_VERSION=	1.6+
 USE_PERL5=	build
-USE_XORG=	x11 ice xaw xau xext xrender xrandr \
-		xi xt xcursor xdamage xcomposite xfixes
+USE_XORG=	ice x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \
+		xrandr xrender xt
 USES=		autoreconf:autoconf bison compiler cpe desktop-file-utils \
 		gettext-runtime gmake iconv jpeg perl5 pkgconfig python \
 		tar:${TARTYPE}



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