diff options
author | stas <stas@FreeBSD.org> | 2011-07-09 02:50:54 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-07-09 02:50:54 +0800 |
commit | abb1afe72994f7931cf4cb6ed74b0c7f52163857 (patch) | |
tree | ef34e645f63f0fb2e058f9319d0b600af9411f51 /x11/ecore-input_evas | |
parent | 427078c8cca6001dd0261fe5f5d5c3ab5a8bcc5f (diff) | |
download | freebsd-ports-graphics-abb1afe72994f7931cf4cb6ed74b0c7f52163857.tar.gz freebsd-ports-graphics-abb1afe72994f7931cf4cb6ed74b0c7f52163857.tar.zst freebsd-ports-graphics-abb1afe72994f7931cf4cb6ed74b0c7f52163857.zip |
- Use quotes instead of brackets when including files using relative
paths in ecore ports. Apparently this causes problems when WRKDIRPREFIX
is used.
PR: ports/158609
Submitted by: Fabian Keil <fk@fabiankeil.de>
Diffstat (limited to 'x11/ecore-input_evas')
-rw-r--r-- | x11/ecore-input_evas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile index 5cdcfc2517a..bd7f9f9ed08 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 |