diff options
author | zeising <zeising@FreeBSD.org> | 2013-03-08 20:55:43 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-03-08 20:55:43 +0800 |
commit | fb0a274e298e67f840c4cde36e8ebe53becbd8d1 (patch) | |
tree | 1e960812976b807739e1dd30f53332d46326ae1e /graphics/libGL | |
parent | fe8861f8aaebf1887fe3f9ea69e7a6fee7b37327 (diff) | |
download | freebsd-ports-gnome-fb0a274e298e67f840c4cde36e8ebe53becbd8d1.tar.gz freebsd-ports-gnome-fb0a274e298e67f840c4cde36e8ebe53becbd8d1.tar.zst freebsd-ports-gnome-fb0a274e298e67f840c4cde36e8ebe53becbd8d1.zip |
Unbreak: Switch to USES=bison to pick up dependency on bison.
Obtained from: xorg development repo
Diffstat (limited to 'graphics/libGL')
-rw-r--r-- | graphics/libGL/bsd.mesalib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk index 72daee8e1d1b..ce264ad5dc8e 100644 --- a/graphics/libGL/bsd.mesalib.mk +++ b/graphics/libGL/bsd.mesalib.mk @@ -38,7 +38,7 @@ MAINTAINER?= x11@FreeBSD.org BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USE_BISON= build +USES= bison USE_PYTHON_BUILD=yes USE_BZIP2= yes USE_GMAKE= yes |