diff options
author | netchild <netchild@FreeBSD.org> | 2002-03-28 01:42:27 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-03-28 01:42:27 +0800 |
commit | 055b255af270dc0600e1cf7ca7936dc48bbe675c (patch) | |
tree | 891a447818d3cb7c1a155f529f6fbdb684b5236b /x11-wm/e16/Makefile | |
parent | 8780ebf21e754fceea135c044b2078f79dd07b76 (diff) | |
download | freebsd-ports-gnome-055b255af270dc0600e1cf7ca7936dc48bbe675c.tar.gz freebsd-ports-gnome-055b255af270dc0600e1cf7ca7936dc48bbe675c.tar.zst freebsd-ports-gnome-055b255af270dc0600e1cf7ca7936dc48bbe675c.zip |
Don't use included gettext.
Approved by: vanilla
Reviewed by: steve
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 50a226824c55..dff788aec57c 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/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" |