aboutsummaryrefslogtreecommitdiff
path: root/graphics/ecore-sdl
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-07-08 18:50:54 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-07-08 18:50:54 +0000
commitd2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a (patch)
treeb76175fcd40ba46552485737805937bf1a8bd7a5 /graphics/ecore-sdl
parent0f7d799624b509d17ab5292c680ce191d673be92 (diff)
downloadports-d2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a.tar.gz
ports-d2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a.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>
Notes
Notes: svn path=/head/; revision=277357
Diffstat (limited to 'graphics/ecore-sdl')
-rw-r--r--graphics/ecore-sdl/Makefile2
1 files changed, 1 insertions, 1 deletions
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