diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-20 08:26:10 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-20 08:26:10 +0000 |
commit | 661e6c551173fbd6d5e78e526270b43175834e43 (patch) | |
tree | 78aa7a4d604f5c05254e740f47d6efccae7f3d09 | |
parent | 6a4868724f98558f1c747e3438fe0592c55137ee (diff) | |
download | ports-661e6c551173fbd6d5e78e526270b43175834e43.tar.gz ports-661e6c551173fbd6d5e78e526270b43175834e43.zip |
audio/alsa-lib: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/alsa-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index bc1804438c2c..07fc6d39cc5b 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -12,7 +12,8 @@ COMMENT= ALSA compatibility library LICENSE= LGPL21+ USES= cpe libtool:keepla tar:bzip2 -CPE_VENDOR= alsa +CPE_VENDOR= alsa-project +CPE_PRODUCT= alsa USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig" |