diff options
author | maho <maho@FreeBSD.org> | 2013-08-28 08:29:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2013-08-28 08:29:47 +0800 |
commit | e744bd22488ee4f76b23e922f542a62e542d6d97 (patch) | |
tree | f75223a5a18d67cdf6633fd81adfa8b68d1ee62b /editors | |
parent | b2da16b75172264756f58fd5252155ca690bd0b5 (diff) | |
download | freebsd-ports-graphics-e744bd22488ee4f76b23e922f542a62e542d6d97.tar.gz freebsd-ports-graphics-e744bd22488ee4f76b23e922f542a62e542d6d97.tar.zst freebsd-ports-graphics-e744bd22488ee4f76b23e922f542a62e542d6d97.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-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index b48008c7bb0..8fe8ed5bbcc 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -39,8 +39,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 |