diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /graphics/evas-loader-png | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) | |
download | ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.tar.gz ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.zip |
Notes
Diffstat (limited to 'graphics/evas-loader-png')
-rw-r--r-- | graphics/evas-loader-png/Makefile | 12 | ||||
-rw-r--r-- | graphics/evas-loader-png/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index a643b81187e3..6d1132417821 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= loader-png -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ PKGNAMEPREFIX= evas- -DISTNAME= evas-${DISTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= A hardware accelerated canvas API (PNG loader) @@ -15,14 +15,14 @@ COMMENT= A hardware accelerated canvas API (PNG loader) LICENSE= BSD LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig USE_EFL= evas librt_hack libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/png \ ${WRKSRC}/src/modules/savers/png diff --git a/graphics/evas-loader-png/distinfo b/graphics/evas-loader-png/distinfo index 0159d761d2d9..82db61be2731 100644 --- a/graphics/evas-loader-png/distinfo +++ b/graphics/evas-loader-png/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 -SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 +SHA256 (e17/evas-1.7.4.tar.bz2) = 53f3e58c876c38a6de9aa65ae660e526bc4671d05397c2c347f11e5e61f50a8f +SIZE (e17/evas-1.7.4.tar.bz2) = 9365979 |