diff options
author | maho <maho@FreeBSD.org> | 2013-08-28 08:28:06 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2013-08-28 08:28:06 +0800 |
commit | b2da16b75172264756f58fd5252155ca690bd0b5 (patch) | |
tree | a20f2c79bd5802bf441611524bb74c9a62fcef2b /editors | |
parent | 6a5327836d96367b6adeabd60724ba4610f9e8f7 (diff) | |
download | freebsd-ports-gnome-b2da16b75172264756f58fd5252155ca690bd0b5.tar.gz freebsd-ports-gnome-b2da16b75172264756f58fd5252155ca690bd0b5.tar.zst freebsd-ports-gnome-b2da16b75172264756f58fd5252155ca690bd0b5.zip |
bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.
Submitted by: jgh@
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index ee325a10afb8..b65f44469eee 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -38,8 +38,8 @@ CCACHE_DESC= Mimimize compile time of C/C++ programs .include "${.CURDIR}/files/Makefile.localized" -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> +.include <bsd.port.pre.mk> USE_JAVA= yes JAVA_BUILD= jdk |