svn commit: r496420 - head/java/eclipse

Mark Linimon linimon at FreeBSD.org
Thu Mar 21 06:31:59 UTC 2019


Author: linimon
Date: Thu Mar 21 06:31:57 2019
New Revision: 496420
URL: https://svnweb.freebsd.org/changeset/ports/496420

Log:
  Rearrange things to appease portlint.

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Thu Mar 21 06:25:23 2019	(r496419)
+++ head/java/eclipse/Makefile	Thu Mar 21 06:31:57 2019	(r496420)
@@ -15,15 +15,14 @@ COMMENT=	Eclipse Neon
 
 LICENSE=	EPL
 
-BUILD_DEPENDS=	${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33
-LIB_DEPENDS=	libcairo.so:graphics/cairo \
-		libwebkitgtk-1.0.so:www/webkit-gtk2
-
 DEPRECATED=	Uses webkit-gtk2 which has security issues
 EXPIRATION_DATE=2019-04-30
-
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 i386
 CONFLICTS_INSTALL=	eclipse
+
+BUILD_DEPENDS=	${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33
+LIB_DEPENDS=	libcairo.so:graphics/cairo \
+		libwebkitgtk-1.0.so:www/webkit-gtk2
 
 USES=		gmake pkgconfig tar:xz
 USE_GL=		glu


More information about the svn-ports-all mailing list