svn commit: r325754 - head/java/eclipse-devel

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 31 00:40:21 UTC 2013


Author: bapt
Date: Sat Aug 31 00:40:20 2013
New Revision: 325754
URL: http://svnweb.freebsd.org/changeset/ports/325754

Log:
  Convert to:
  USES=pkgconfig
  USES=desktop-file-utils
  USES=gmake

Modified:
  head/java/eclipse-devel/Makefile

Modified: head/java/eclipse-devel/Makefile
==============================================================================
--- head/java/eclipse-devel/Makefile	Sat Aug 31 00:38:29 2013	(r325753)
+++ head/java/eclipse-devel/Makefile	Sat Aug 31 00:40:20 2013	(r325754)
@@ -46,8 +46,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USE_ANT=	yes
 USE_GL=		glu
-USE_GMAKE=	yes
-USE_GNOME=	desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui pkgconfig
+USES=		gmake pkgconfig desktop-file-utils
+USE_GNOME=	gconf2 gtk20 gnomevfs2 libgnome libgnomeui
 USE_JAVA=	yes
 USE_XZ=		yes
 BZIP2_SUFX=	.tar.bz2


More information about the svn-ports-head mailing list