Date: Sat, 25 May 2019 18:38:59 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502623 - head/graphics/zgv Message-ID: <201905251838.x4PIcxUe013547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat May 25 18:38:58 2019 New Revision: 502623 URL: https://svnweb.freebsd.org/changeset/ports/502623 Log: graphics/zgv: Spell ONLY_FOR_ARCHS correctly Modified: head/graphics/zgv/Makefile Modified: head/graphics/zgv/Makefile ============================================================================== --- head/graphics/zgv/Makefile Sat May 25 18:37:25 2019 (r502622) +++ head/graphics/zgv/Makefile Sat May 25 18:38:58 2019 (r502623) @@ -32,7 +32,7 @@ LDFLAGS+= $$(${SDL_CONFIG} --libs) .else LIB_DEPENDS+= libvga.so:graphics/svgalib MAKE_ENV+= BACKEND=SVGALIB -ONLY_FOR_ARGS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 .endif post-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251838.x4PIcxUe013547>