diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
| commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
| tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /java/openjdk6 | |
| parent | Convert from USE_MOTIF to USES=motif (diff) | |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Diffstat (limited to 'java/openjdk6')
| -rw-r--r-- | java/openjdk6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 22467707432f..e17fcccd7687 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -131,13 +131,13 @@ FASTDEBUG_DESC= Include fastdebug build TEST_DESC= Add support for running regression test .endif +USES= gmake motif + .include <bsd.port.options.mk> # java extracts directly to the cwd WRKSRC= ${WRKDIR} -USE_GMAKE= yes -USE_MOTIF= yes USE_XORG= x11 xext xi xt xtst JAXP_BUILD= 144_05 |
