diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-21 08:36:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-21 08:36:08 +0000 |
commit | 0e1857ab25fc9bf4efdc3ea5bfec0cd444fe39d4 (patch) | |
tree | 7ff5e1ef0e01d6c6e87cea1fc3388fc4a92e6b48 /graphics/piglit | |
parent | 5741b5e37387c5e7abdbe3be16a8fa807a86f1b5 (diff) | |
download | ports-0e1857ab25fc9bf4efdc3ea5bfec0cd444fe39d4.tar.gz ports-0e1857ab25fc9bf4efdc3ea5bfec0cd444fe39d4.zip |
Notes
Diffstat (limited to 'graphics/piglit')
-rw-r--r-- | graphics/piglit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile index cecbcd3e45da..0b5d9dbcbb8a 100644 --- a/graphics/piglit/Makefile +++ b/graphics/piglit/Makefile @@ -24,6 +24,8 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +BROKEN_FreeBSD_9= does not build + USE_GITHUB= yes GH_ACCOUNT= dumbbell GH_PROJECT= piglit |