diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index 96a5ebf18ac0..ede1d6540df6 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -1,30 +1,32 @@ # Created by: Michael Johnson PORTNAME= mp4v2 PORTVERSION= 2.0.0 CATEGORIES= multimedia MASTER_SITES= GENTOO MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files LICENSE= MPL11 -USES= compiler:features gmake libtool tar:bzip2 +USES= compiler:features cpe gmake libtool tar:bzip2 + +CPE_VENDOR= mp4v2_project MAKEFILE= GNUmakefile GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= "FOUND_HELP2MAN=no" CXXFLAGS+= ${COMPILER_FEATURES:Mc++11:C/.+/-Wno-error=narrowing/} INSTALL_TARGET= install-strip .include # GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html .if ${COMPILER_TYPE} == gcc CONFIGURE_ARGS= --disable-gch .endif .include