diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:45:29 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:11 +0000 |
commit | 29f4190753e9c41c23b4b54c57ce617e4df4e922 (patch) | |
tree | 5866e614ad31e628076345d52cefc40ec689be29 | |
parent | 1c16d62a592e843903113c23add5bbd283e96494 (diff) |
multimedia/libquicktime: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | multimedia/libquicktime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 1dc77f6ca583..35f8d0169aa4 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -17,7 +17,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes -USES= gettext gmake libtool pathfix pkgconfig +USES= cpe gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl |