diff options
author | kwm <kwm@FreeBSD.org> | 2013-11-27 05:42:18 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-11-27 05:42:18 +0800 |
commit | 16fb45e1292c05271842d9cb26cdf00c5cf5be28 (patch) | |
tree | 298c38d68197dfe75174f4c2ca232c8639bdcb8e | |
parent | fa7fdb9f1a18f4c07e92caa8a3203ad313960145 (diff) | |
download | freebsd-ports-gnome-16fb45e1292c05271842d9cb26cdf00c5cf5be28.tar.gz freebsd-ports-gnome-16fb45e1292c05271842d9cb26cdf00c5cf5be28.tar.zst freebsd-ports-gnome-16fb45e1292c05271842d9cb26cdf00c5cf5be28.zip |
Unbreak build with global unset NLS.
-rw-r--r-- | graphics/dri/Makefile | 2 | ||||
-rw-r--r-- | graphics/libGL/bsd.mesalib.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 7c403265d73c..122155f07216 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -12,7 +12,7 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= pkgconfig +USES+= gettext:build USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto .include <bsd.port.options.mk> diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk index 7cb769449005..8c41760a68c6 100644 --- a/graphics/libGL/bsd.mesalib.mk +++ b/graphics/libGL/bsd.mesalib.mk @@ -35,7 +35,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \ python2:${PORTSDIR}/lang/python2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= bison gmake pathfix pkgconfig shebangfix +USES+= bison gmake pathfix pkgconfig shebangfix USE_PYTHON_BUILD=-2.7 USE_BZIP2= yes USE_LDCONFIG= yes |