diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 18:53:46 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 19:50:01 +0000 |
commit | 32b7af4961f8abfa4de3e4310b4ab2618ae965dd (patch) | |
tree | 637de57a7f206af1e6548ccb8d1a9430db1a99e4 | |
parent | 1617d07c5822e37551f4fc84aca62881aca77d12 (diff) |
databases/vfront: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | databases/vfront/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/vfront/Makefile b/databases/vfront/Makefile index ef7fafbd727e..a6ebbbd8ad83 100644 --- a/databases/vfront/Makefile +++ b/databases/vfront/Makefile @@ -14,7 +14,7 @@ NO_BUILD= yes NO_ARCH= yes PLIST= ${WRKDIR}/pkg-plist -USES= php +USES= cpe php OPTIONS_MULTI= DATABASE OPTIONS_MULTI_DATABASE= MYSQL PGSQL |