diff options
Diffstat (limited to 'graphics/evas-engine-x11/Makefile')
-rw-r--r-- | graphics/evas-engine-x11/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 7c7b5f4..2d6ccb2 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -2,27 +2,27 @@ # $FreeBSD$ PORTNAME= engine-x11 -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 (X11 engine) LICENSE= BSD -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= 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_XORG= x11 xext +USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_x11 INSTALL_WRKSRC= ${BUILD_WRKSRC} |