diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-24 17:15:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-24 17:15:20 +0000 |
commit | ee9c29bd5f81d8b329b61e148727640b0102f55d (patch) | |
tree | 28410c91fa91ad642aadd263489340205a79dd73 /x11 | |
parent | 6fa7a4a129698354afba072fa875d95183d09ebe (diff) | |
download | pkgsrc-ee9c29bd5f81d8b329b61e148727640b0102f55d.tar.gz |
Find freetype headers in new location
Diffstat (limited to 'x11')
-rw-r--r-- | x11/enlightenment/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile index 12845b7ff2a..ff217ef59d0 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/06/27 00:29:09 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2000/07/24 17:15:20 jlam Exp $ DISTNAME= enlightenment-0.16.2 CATEGORIES= x11 gnome @@ -19,6 +19,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-fsstd CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include/freetype CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP} |