Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 19:00:18 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483510 - head/misc/auto-multiple-choice
Message-ID:  <201810301900.w9UJ0IDm023412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 30 19:00:18 2018
New Revision: 483510
URL: https://svnweb.freebsd.org/changeset/ports/483510

Log:
  Fix build on powerpc64.
  
  While here, pet portlint.

Modified:
  head/misc/auto-multiple-choice/Makefile

Modified: head/misc/auto-multiple-choice/Makefile
==============================================================================
--- head/misc/auto-multiple-choice/Makefile	Tue Oct 30 18:55:36 2018	(r483509)
+++ head/misc/auto-multiple-choice/Makefile	Tue Oct 30 19:00:18 2018	(r483510)
@@ -39,8 +39,9 @@ MANLANG=	"" fr ja
 SHARED_MIMEINFO_DIR=	${PREFIX}/share/mime/packages
 LANG_GTKSOURCEVIEW_DIR=	${PREFIX}/share/gtksourceview-2.0/language-specs
 
+USES+=		compiler:c++11-lang gettext gmake iconv:build perl5 \
+		pkgconfig shared-mime-info
 USE_TEX=	latex texhash
-USES+=		gettext gmake iconv:build perl5 pkgconfig shared-mime-info
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301900.w9UJ0IDm023412>