svn commit: r396247 - head/editors/openoffice-devel

Don Lewis truckman at FreeBSD.org
Mon Sep 7 06:22:49 UTC 2015


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}


More information about the svn-ports-all mailing list