diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-14 19:16:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-14 19:16:45 +0800 |
commit | 2afa682dfaff5aacfa000d819c170a88d58ebd00 (patch) | |
tree | 4bc499a7118b337f272e102e7049d1a157a17452 /x11-wm | |
parent | 78839d23eba90e7948c9bd6e8ce5c4d6e145ef97 (diff) | |
download | freebsd-ports-graphics-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.gz freebsd-ports-graphics-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.zst freebsd-ports-graphics-2afa682dfaff5aacfa000d819c170a88d58ebd00.zip |
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index bdd28df136b..d22ac8e1405 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -36,7 +36,8 @@ USE_IMLIB= yes USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd --with-included-gettext -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ + -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" .include <bsd.port.pre.mk> diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index bdd28df136b..d22ac8e1405 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -36,7 +36,8 @@ USE_IMLIB= yes USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd --with-included-gettext -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ + -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" .include <bsd.port.pre.mk> diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index bdd28df136b..d22ac8e1405 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -36,7 +36,8 @@ USE_IMLIB= yes USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd --with-included-gettext -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ + -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" .include <bsd.port.pre.mk> |