diff options
Diffstat (limited to 'science/clhep/Makefile')
-rw-r--r-- | science/clhep/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/science/clhep/Makefile b/science/clhep/Makefile index 75483ce3b3fe..a11426377a8b 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -15,20 +15,12 @@ LICENSE_COMB= multi WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu} -USES= cmake:outsource perl5 tar:tgz +USES= cmake:outsource compiler:openmp perl5 tar:tgz USE_PERL5= build USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000000 -USES+= compiler:c++11-lib -.else -USES+= compiler:openmp -.endif - post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \ |