diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-06 14:04:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-06 14:04:45 +0000 |
commit | cb55216f82cdc035d132ea06abde1b91bb11fd20 (patch) | |
tree | a7093fba440c8a59595efba86d95fb7e6a9f7adf /java | |
parent | c1ee75e499963c1727e286e3ee9a781dc1cdcea5 (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index d0cf9be3782f..3636df6a562d 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven31/bin/mvn:${PORTSDIR}/devel/maven31 LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +BROKEN_FreeBSD_9_i386= does not build + ONLY_FOR_ARCHS= i386 amd64 CONFLICTS_INSTALL= eclipse |