diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 16:27:01 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 16:27:01 +0200 |
commit | 97048b2e252fb11633c0951f80954bf9205cba9a (patch) | |
tree | 446e8aa839a6fecb26f0d42ca6415d45383fe7d0 /print | |
parent | 6e20da3c9bb37b514c74e7bc8972a78cb02e9115 (diff) | |
download | freebsd-ports-97048b2e252fb11633c0951f80954bf9205cba9a.zip |
print/foo2zjs: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'print')
-rw-r--r-- | print/foo2zjs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 8f5aca12f2f4..9903458a1146 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:print/foomatic-db \ foomatic-rip:print/cups-filters \ gsed:textproc/gsed -USES= ghostscript gmake shebangfix +USES= cpe ghostscript gmake shebangfix +CPE_VENDOR= rkkda SHEBANG_FILES= msexpand printer-profile.sh MAKE_JOBS_UNSAFE= yes |