diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-09-29 14:10:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-09-29 14:11:20 +0000 |
commit | 413dae041a4da3082ae42e255960cdfce3d3bb5a (patch) | |
tree | ba2c54835cb86f4742754965bafb60638e86dfda | |
parent | 46599b3120eac3346eae74c4056cd294fbdd9922 (diff) | |
download | ports-413dae041a4da3082ae42e255960cdfce3d3bb5a.tar.gz ports-413dae041a4da3082ae42e255960cdfce3d3bb5a.zip |
sysutils/seatd: add CPE information
Reported by: decke
-rw-r--r-- | sysutils/seatd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index 1f934cd06c37..a7f07225c85c 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -10,9 +10,10 @@ COMMENT= Minimal seat management daemon and universal library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 cpe meson pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} +CPE_VENDOR= ${PORTNAME}_project SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ "@(,video,4750) bin/${PORTNAME}-launch" \ |