diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:38:00 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:30 +0000 |
commit | 4bdf9c4762502d08b66af4faef2a17d50d52727c (patch) | |
tree | b9b32271911a2322d1632b4695d4280c59f33026 | |
parent | b6d55b55977a598e62a5ffa7cbbf65de74a9441e (diff) |
audio/portaudio: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/portaudio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index af196e0b62ec..3c06eb99bd1c 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -14,9 +14,10 @@ COMMENT= Portable cross-platform Audio API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= autoreconf dos2unix gmake libtool localbase:ldflags pathfix \ +USES= autoreconf cpe dos2unix gmake libtool localbase:ldflags pathfix \ pkgconfig tar:tgz USE_LDCONFIG= yes +CPE_VENDOR= portaudio_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ |