diff --git a/devel/ecore-file/Makefile b/devel/ecore-file/Makefile index 8f16e4b3a3d9..afd3cd648bd4 100644 --- a/devel/ecore-file/Makefile +++ b/devel/ecore-file/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../ecore-main/Makefile.inc> +.include "../ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-file diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile index c25edf5da4dd..172ddc9be6e6 100644 --- a/devel/ecore-ipc/Makefile +++ b/devel/ecore-ipc/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --enable-openssl CONFIGURE_ARGS+= --disable-openssl .endif -.include <../ecore-main/Makefile.inc> +.include "../ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ --enable-ecore-ipc diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile index 3e8900261e03..68455da2421c 100644 --- a/graphics/ecore-evas/Makefile +++ b/graphics/ecore-evas/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-evas \ --enable-ecore-input \ diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile index 071adc0c4c78..6d94504a103d 100644 --- a/graphics/ecore-sdl/Makefile +++ b/graphics/ecore-sdl/Makefile @@ -28,7 +28,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-sdl \ --enable-ecore-input diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index 05af7d09b098..32cfcf3659a7 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_con INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile index 7332e991a432..c14db88c3197 100644 --- a/x11/ecore-imf/Makefile +++ b/x11/ecore-imf/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ --enable-ecore-config \ diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile index a16aaaa8048c..e459cf07faa4 100644 --- a/x11/ecore-imf_evas/Makefile +++ b/x11/ecore-imf_evas/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ --enable-ecore-config \ diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile index b27dd1736a2e..50d4d3e85b63 100644 --- a/x11/ecore-input/Makefile +++ b/x11/ecore-input/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile index 5cdcfc2517a9..bd7f9f9ed08c 100644 --- a/x11/ecore-input_evas/Makefile +++ b/x11/ecore-input_evas/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input \ --enable-ecore-input_evas diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile index 56fd3475cf7d..282b2a82d03b 100644 --- a/x11/ecore-x11/Makefile +++ b/x11/ecore-x11/Makefile @@ -28,7 +28,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x INSTALL_WRKSRC= ${BUILD_WRKSRC} XEXTDIR= ${LOCALBASE}/include/X11/extensions -.include <../../devel/ecore-main/Makefile.inc> +.include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-x \ --enable-ecore-input