diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index b7e8f5a0d5e6..77c37e576f2b 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -27,6 +27,12 @@ USE_REINPLACE= yes NO_WRKSUBDIR= yes MAXOBV?= 20000 # Make bigger if you need more observations/variable +.include + +.if ${ARCH} == "alpha" +BROKEN= "Does not link on alpha (.got subsegment exceeds 64k)" +.endif + post-extract: @${INSTALL_DATA} ${FILESDIR}/Makefile.tmpl ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's;%%LOCALBASE%%;${LOCALBASE};g ; \ @@ -44,4 +50,4 @@ post-install: ${DOCSDIR} .endif -.include +.include