diff options
Diffstat (limited to 'graphics/evas-loader-xpm/Makefile')
-rw-r--r-- | graphics/evas-loader-xpm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile index 36f19ae39657..33b1a7ce0131 100644 --- a/graphics/evas-loader-xpm/Makefile +++ b/graphics/evas-loader-xpm/Makefile @@ -6,19 +6,20 @@ # PORTNAME= loader-xpm -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (XPM loader) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes |