Index: head/sysutils/intel-pcm/Makefile =================================================================== --- head/sysutils/intel-pcm/Makefile (revision 404306) +++ head/sysutils/intel-pcm/Makefile (revision 404307) @@ -1,26 +1,25 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= intel-pcm PORTVERSION= 2.10 CATEGORIES= sysutils MASTER_SITES= LOCAL/imp DISTNAME= IntelPerformanceCounterMonitor-PCM-V${PORTVERSION} MAINTAINER= imp@FreeBSD.org COMMENT= Intel PCM toolkit LICENSE= BSD3CLAUSE -USES= compiler:c++11-lang dos2unix gmake -DOS2UNIX_FILES= cpucounters.cpp cpucounters.h +USES= compiler:c++11-lang gmake ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitor-PCM-V${PORTVERSION} MAKE_ARGS= CXX="${CXX}" LIB=-lpthread do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin .include