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 /graphics/dri | |
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.
Diffstat (limited to 'graphics/dri')
-rw-r--r-- | graphics/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |