diff options
author | gblach <gblach@FreeBSD.org> | 2013-05-19 03:36:31 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-05-19 03:36:31 +0800 |
commit | b7ac961d9d92f5e26ce26fdf2216641a64169534 (patch) | |
tree | 386b0afd92aec4e0246071bc195bc4afa4a213ca /graphics/evas-loader-tiff | |
parent | cc571c13f9c0419f949427b41a4780c425316174 (diff) | |
download | freebsd-ports-gnome-b7ac961d9d92f5e26ce26fdf2216641a64169534.tar.gz freebsd-ports-gnome-b7ac961d9d92f5e26ce26fdf2216641a64169534.tar.zst freebsd-ports-gnome-b7ac961d9d92f5e26ce26fdf2216641a64169534.zip |
- Update EFL libraries to 1.7.7
- Update Enlightenment to 0.17.3
Approved by: crees (mentor)
Diffstat (limited to 'graphics/evas-loader-tiff')
-rw-r--r-- | graphics/evas-loader-tiff/Makefile | 12 | ||||
-rw-r--r-- | graphics/evas-loader-tiff/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/graphics/evas-loader-tiff/Makefile b/graphics/evas-loader-tiff/Makefile index 3182153c0923..d8f0ae0fc6c4 100644 --- a/graphics/evas-loader-tiff/Makefile +++ b/graphics/evas-loader-tiff/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-tiff -PORTVERSION= 1.7.6.1 +PORTVERSION= 1.7.7 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,12 +20,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pkgconfig -MYMAKE= ${MAKE} -.if defined(.PARSEDIR) USE_GMAKE= yes -MYMAKE= ${GMAKE} -.endif +USES= pkgconfig USE_EFL= evas librt_hack libtool_hack USE_LDCONFIG= yes @@ -42,11 +38,11 @@ post-patch: ${MAKEDIRS:S,$,/Makefile.in,} do-build: - @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MYMAKE} \ + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${GMAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) do-install: - @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MYMAKE} \ + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${GMAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) .include <bsd.port.mk> diff --git a/graphics/evas-loader-tiff/distinfo b/graphics/evas-loader-tiff/distinfo index d81341eeba1f..7fa31944d01d 100644 --- a/graphics/evas-loader-tiff/distinfo +++ b/graphics/evas-loader-tiff/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a -SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 +SHA256 (e17/evas-1.7.7.tar.bz2) = a53ba1f944db4369e56cb80ea782096d2135229711982c8adf95c7abe8f83fea +SIZE (e17/evas-1.7.7.tar.bz2) = 9408256 |