summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-03-27 17:42:27 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-03-27 17:42:27 +0000
commit015a9b8530a69694f38073737c1e3f2080d969d4 (patch)
treea683f7daa6b55fb51d6aec5bfe72e811d16f55cd /x11-wm/enlightenment-devel
parentSince MASTER_SITE_LOCAL distribution mechanism appears to be broken (48 hours (diff)
Don't use included gettext.
Approved by: vanilla Reviewed by: steve
Notes
Notes: svn path=/head/; revision=56752
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r--x11-wm/enlightenment-devel/Makefile2
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"