diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-21 06:31:57 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-21 06:31:57 +0000 |
| commit | 7d6e80d5aa9caea5edda5b738a96fb3153144781 (patch) | |
| tree | 026bcb34370fb28e2609efb96f1a51b238792d9d /java | |
| parent | Per request of Michael Zhilin on freebsd-java@, extend the expiration (diff) | |
Rearrange things to appease portlint.
Notes
Notes:
svn path=/head/; revision=496420
Diffstat (limited to 'java')
| -rw-r--r-- | java/eclipse/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 8c5b12d07e3a..4df413c094a0 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -15,16 +15,15 @@ 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 USE_GNOME= gconf2 gtk20 gnomevfs2 libgnome libgnomeui |
