diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:12:13 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:29 +0000 |
commit | b767135d0f94841a97bcc131b1f34f23027a1023 (patch) | |
tree | 5c9e6916c5b4924ed8e0d386d790846b9138be33 | |
parent | c7b2343f635b3d445fa65a1036c0ada67988e66e (diff) | |
download | ports-b767135d0f94841a97bcc131b1f34f23027a1023.tar.gz ports-b767135d0f94841a97bcc131b1f34f23027a1023.zip |
audio/ampache: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/ampache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index ce9ca9149416..995e4924b01f 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -12,7 +12,7 @@ COMMENT= Web-based Audio file manager LICENSE= AGPLv3+ -USES= zip gettext php:flavors mysql +USES= cpe zip gettext php:flavors mysql USE_PHP= pdo pdo_mysql hash session json intl simplexml curl dom xml NO_WRKSUBDIR= yes |