diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-03-27 17:42:27 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-03-27 17:42:27 +0000 |
commit | 015a9b8530a69694f38073737c1e3f2080d969d4 (patch) | |
tree | a683f7daa6b55fb51d6aec5bfe72e811d16f55cd /x11-wm/enlightenment-devel | |
parent | 60d074af1cefd5c0704b5397aeca9bc1646b451e (diff) | |
download | ports-015a9b8530a69694f38073737c1e3f2080d969d4.tar.gz ports-015a9b8530a69694f38073737c1e3f2080d969d4.zip |
Notes
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 50a226824c55..dff788aec57c 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -35,7 +35,7 @@ USE_ESOUND= yes USE_IMLIB= yes USE_FREETYPE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fsstd --with-included-gettext +CONFIGURE_ARGS= --enable-fsstd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" |