svn commit: r456863 - head/graphics/seejpeg

Mark Linimon linimon at FreeBSD.org
Wed Dec 20 22:10:53 UTC 2017


Author: linimon
Date: Wed Dec 20 22:10:52 2017
New Revision: 456863
URL: https://svnweb.freebsd.org/changeset/ports/456863

Log:
  Mark as x86-specific due to use of svgalib.

Modified:
  head/graphics/seejpeg/Makefile

Modified: head/graphics/seejpeg/Makefile
==============================================================================
--- head/graphics/seejpeg/Makefile	Wed Dec 20 22:09:08 2017	(r456862)
+++ head/graphics/seejpeg/Makefile	Wed Dec 20 22:10:52 2017	(r456863)
@@ -12,6 +12,9 @@ COMMENT=	Console graphics viewer using the svga consol
 
 LIB_DEPENDS=	libvga.so:graphics/svgalib
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	relies on features specific to x86 (svgalib)
+
 USES=		gmake jpeg tar:tgz
 ALL_TARGET=	seejpeg
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list