svn commit: r483510 - head/misc/auto-multiple-choice

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 19:00:19 UTC 2018


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
 


More information about the svn-ports-head mailing list