diff options
author | truckman <truckman@FreeBSD.org> | 2015-09-07 14:22:48 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-09-07 14:22:48 +0800 |
commit | 71c9147dfd931d2ae991af6274cc35f865424081 (patch) | |
tree | 15c0ee1494ecd778a8010ea6af6848bf28b3b5b8 /editors | |
parent | 16e3eaec8ebde860719563c4c7ff69ebac5e3f7b (diff) | |
download | freebsd-ports-gnome-71c9147dfd931d2ae991af6274cc35f865424081.tar.gz freebsd-ports-gnome-71c9147dfd931d2ae991af6274cc35f865424081.tar.zst freebsd-ports-gnome-71c9147dfd931d2ae991af6274cc35f865424081.zip |
Sort USE_XORG
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 47f00f7e07a3..b4c6150bc154 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -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} |