diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-07-08 18:50:54 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-07-08 18:50:54 +0000 |
commit | d2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a (patch) | |
tree | b76175fcd40ba46552485737805937bf1a8bd7a5 /x11/ecore-input_evas | |
parent | 0f7d799624b509d17ab5292c680ce191d673be92 (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=277357
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 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 |