diff options
Diffstat (limited to 'x11/ecore-imf_evas/Makefile')
-rw-r--r-- | x11/ecore-imf_evas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile index d8ee0b9a9c39..dd69d944871c 100644 --- a/x11/ecore-imf_evas/Makefile +++ b/x11/ecore-imf_evas/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imf_evas -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -17,12 +17,10 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GMAKE= yes USE_EFL= ecore evas libtool_hack USE_EFL_ECORE= imf USES= pkgconfig -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} |