Date: Fri, 13 May 2016 22:54:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415159 - head/devel/openmp Message-ID: <201605132254.u4DMsTOX035840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605132254.u4DMsTOX035840>