diff options
author | gblach <gblach@FreeBSD.org> | 2013-04-22 20:35:19 +0000 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-04-22 20:35:19 +0000 |
commit | 456b4f7bba5d997dfe68aab601ebbac3876c49e3 (patch) | |
tree | ebf239a6d9da84aec307687ba01004c0aee9a674 /graphics/evas-core/Makefile | |
parent | b562e282f243a442162277a2e3f3545883788444 (diff) | |
download | FreeBSD-ports-456b4f7bba5d997dfe68aab601ebbac3876c49e3.zip FreeBSD-ports-456b4f7bba5d997dfe68aab601ebbac3876c49e3.tar.gz |
- Update EFL libraries to 1.7.6(.1)
- Update Enlightenment to 0.17.2.1
Approved by: crees (mentor)
Diffstat (limited to 'graphics/evas-core/Makefile')
-rw-r--r-- | graphics/evas-core/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index 1a78268..7103a27 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= core -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,9 +19,10 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pathfix USE_GCC= any USE_EFL= librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/evas EXAMPLESDIR= ${PREFIX}/share/examples/evas @@ -32,7 +32,6 @@ EXAMPLESDIR= ${PREFIX}/share/examples/evas OPTIONS_DEFINE= EET FONTCONFIG FRIBIDI OPTIONS_DEFAULT=EET FONTCONFIG FRIBIDI EET_DESC= EET font loader -FRIBIDI_DESC= Bidirectional text support .include <bsd.port.options.mk> |