diff options
Diffstat (limited to 'graphics/glfw/Makefile')
-rw-r--r-- | graphics/glfw/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index 8735180b5a10..3e97b9581817 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -17,12 +17,6 @@ USE_X_PREFIX= yes USE_GL= yes ALL_TARGET= x11 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on alpha 5.x" -.endif - do-configure: @(cd ${WRKSRC} && \ ${SETENV} CC="${CC}" \ @@ -44,4 +38,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |