svn commit: r415159 - head/devel/openmp

Baptiste Daroussin bapt at FreeBSD.org
Fri May 13 22:54:30 UTC 2016


Author: bapt
Date: Fri May 13 22:54:29 2016
New Revision: 415159
URL: https://svnweb.freebsd.org/changeset/ports/415159

Log:
  Add missing build dependency on perl
  Remove arch i386 as the build rejects it

Modified:
  head/devel/openmp/Makefile

Modified: head/devel/openmp/Makefile
==============================================================================
--- head/devel/openmp/Makefile	Fri May 13 22:52:32 2016	(r415158)
+++ head/devel/openmp/Makefile	Fri May 13 22:54:29 2016	(r415159)
@@ -11,9 +11,10 @@ COMMENT=	Support for the OpenMP language
 
 LICENSE=	MIT
 
-USES=	tar:xz cmake
+USES=	tar:xz cmake perl5
+USE_PERL5=	build
 USE_LDCONFIG=	yes
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 # i386
 PLIST_FILES=	include/omp.h \
 		lib/libgomp.so \
 		lib/libiomp5.so \


More information about the svn-ports-head mailing list