diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-10-03 22:58:49 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-10-03 22:58:49 +0800 |
commit | 99a936c60ac0eeacc6fd589b63fe6129ef0aadf8 (patch) | |
tree | fe7cc50e1284ed87954b318f4c62c1687a72f8bf /graphics | |
parent | d5047b721d7fad32e6a2be1e13fef5067303c68a (diff) | |
download | freebsd-ports-gnome-99a936c60ac0eeacc6fd589b63fe6129ef0aadf8.tar.gz freebsd-ports-gnome-99a936c60ac0eeacc6fd589b63fe6129ef0aadf8.tar.zst freebsd-ports-gnome-99a936c60ac0eeacc6fd589b63fe6129ef0aadf8.zip |
- Mark IGNORE on !i386, it's just broken in many ways
PR: 133747
Submitted by: Da Rock <rock_on_the_web@hotmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-pyglet/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index 7fdd30e380a4..6bf37d3a579e 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -25,6 +25,12 @@ USE_OPENAL= al PORTDOCS= * PORTEXAMPLES= * +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +IGNORE= crashes or doesn't work on !i386 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @@ -35,4 +41,4 @@ post-install: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |