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-imf | |
parent | 427078c8cca6001dd0261fe5f5d5c3ab5a8bcc5f (diff) | |
download | freebsd-ports-gnome-abb1afe72994f7931cf4cb6ed74b0c7f52163857.tar.gz freebsd-ports-gnome-abb1afe72994f7931cf4cb6ed74b0c7f52163857.tar.zst freebsd-ports-gnome-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-imf')
-rw-r--r-- | x11/ecore-imf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |