diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2014-07-02 18:18:37 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-07-02 18:18:37 +0000 |
commit | c81719d3f2d904b7df3246cbe2665210264f80fe (patch) | |
tree | 5a76bf2a9e89cbd9c277722d95a9bae3f6cd69c5 /java/bootstrap-openjdk | |
parent | Convert to USES=libtool (diff) |
Correct typo declaring ONLY_FOR_ARCHS
PR: 191565
Reviewed by: bdrewery
Diffstat (limited to 'java/bootstrap-openjdk')
-rw-r--r-- | java/bootstrap-openjdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk/Makefile b/java/bootstrap-openjdk/Makefile index b7a6ee377e96..41252037ee54 100644 --- a/java/bootstrap-openjdk/Makefile +++ b/java/bootstrap-openjdk/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -ONLY_FOR_ARCH= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} DISTVERSION_amd64= r351880 |