aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2015-11-09 04:59:09 +0800
committergerald <gerald@FreeBSD.org>2015-11-09 04:59:09 +0800
commit8c41336a28496fa0571adc25229f0116b8457f11 (patch)
tree94eee4d2c31e6b74718acb0156d3c8d64e0c2548 /emulators/wine-devel
parent27e08b158d27a12b6a0693a8441cb68d45c765b2 (diff)
downloadfreebsd-ports-gnome-8c41336a28496fa0571adc25229f0116b8457f11.tar.gz
freebsd-ports-gnome-8c41336a28496fa0571adc25229f0116b8457f11.tar.zst
freebsd-ports-gnome-8c41336a28496fa0571adc25229f0116b8457f11.zip
Also configure --without-gettext. This should not change the result
of a build in a clean environment (just avoids a warning there) and makes builds between clean and non-minimal environments more consistent.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index a9ac95c05958..56cd0212e93d 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--verbose --disable-tests \
--without-alsa --without-capi --without-dbus \
- --without-gettextpo \
+ --without-gettext --without-gettextpo \
--without-gphoto --without-gsm --without-gstreamer \
--without-opencl \
--without-osmesa \