svn commit: r331212 - head/graphics/edje

Grzegorz Blach gblach at FreeBSD.org
Mon Oct 21 23:59:54 UTC 2013


Author: gblach
Date: Mon Oct 21 23:59:53 2013
New Revision: 331212
URL: http://svnweb.freebsd.org/changeset/ports/331212

Log:
  - Append eina, eio to USE_ELF
  - Bump PORTREVISION

Modified:
  head/graphics/edje/Makefile

Modified: head/graphics/edje/Makefile
==============================================================================
--- head/graphics/edje/Makefile	Mon Oct 21 23:43:03 2013	(r331211)
+++ head/graphics/edje/Makefile	Mon Oct 21 23:59:53 2013	(r331212)
@@ -3,6 +3,7 @@
 
 PORTNAME=	edje
 PORTVERSION=	1.7.8
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.fr/releases/ \
@@ -17,7 +18,7 @@ DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USES=		pathfix pkgconfig shared-mime-info
-USE_EFL=	eet evas ecore embryo libtool_hack librt_hack
+USE_EFL=	eina eet evas ecore eio embryo libtool_hack librt_hack
 USE_EFL_EVAS_LOADERS=	eet jpeg png
 USE_EFL_ECORE=	evas file imf imf_evas
 USE_LUA=	5.1+


More information about the svn-ports-head mailing list