svn commit: r502623 - head/graphics/zgv

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 18:38:59 UTC 2019


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:


More information about the svn-ports-all mailing list