diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-05 20:30:12 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-05 20:30:12 +0000 |
commit | 8828ea1332ea3fdfa516c72a39f306d532808971 (patch) | |
tree | 869bcfaeeace5d2777586846e73e6d7749142634 /devel/ecore-file | |
parent | daa07ab5fe912562612ffb69d68f22105c7a19fa (diff) |
Notes
Diffstat (limited to 'devel/ecore-file')
-rw-r--r-- | devel/ecore-file/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/ecore-file/Makefile b/devel/ecore-file/Makefile index 7b7a640f4da5..969914adb07e 100644 --- a/devel/ecore-file/Makefile +++ b/devel/ecore-file/Makefile @@ -17,14 +17,12 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_EFL= ecore libtool_hack -USES= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file INSTALL_WRKSRC= ${BUILD_WRKSRC} -NO_STAGE= yes .include "../ecore-main/Makefile.inc" CONFIGURE_ARGS+=--enable-ecore-file @@ -38,7 +36,7 @@ OPTIONS_DEFAULT=CURL USE_EFL_ECORE= con CONFIGURE_ARGS+=--enable-ecore-con \ --enable-curl -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl .else CONFIGURE_ARGS+=--disable-curl .endif @@ -57,6 +55,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-file.pc \ - ${PREFIX}/libdata/pkgconfig/ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> |