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_generic_loaders-ps/Makefile | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) | |
download | ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.tar.gz ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.zip |
Notes
Diffstat (limited to 'graphics/evas_generic_loaders-ps/Makefile')
-rw-r--r-- | graphics/evas_generic_loaders-ps/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/evas_generic_loaders-ps/Makefile b/graphics/evas_generic_loaders-ps/Makefile index 210eb4089d17..d7e94c59869c 100644 --- a/graphics/evas_generic_loaders-ps/Makefile +++ b/graphics/evas_generic_loaders-ps/Makefile @@ -2,26 +2,26 @@ # $FreeBSD$ PORTNAME= ps -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_generic_loaders- -DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= Additional loader for Evas (ps) LICENSE= GPLv2 -LIB_DEPENDS= spectre.1:${PORTSDIR}/print/libspectre +LIB_DEPENDS= spectre:${PORTSDIR}/print/libspectre DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes USE_EFL= eina USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} |