diff options
Diffstat (limited to 'graphics/evas-loader-png/Makefile')
-rw-r--r-- | graphics/evas-loader-png/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index c0af2d290f5c..d3a3a441a12d 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-png -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= png15:${PORTSDIR}/graphics/png \ 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> |