diff options
author | robak <robak@FreeBSD.org> | 2015-03-31 02:12:21 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-31 02:12:21 +0800 |
commit | df9c31eded5822a9d16fa97b69ec1a3710296735 (patch) | |
tree | a432a6f4cb694ddc641c8b5b1996c1279b057527 /textproc/groff | |
parent | 0fc525932f33b5f60d78409d363631e9f67522c1 (diff) | |
download | freebsd-ports-gnome-df9c31eded5822a9d16fa97b69ec1a3710296735.tar.gz freebsd-ports-gnome-df9c31eded5822a9d16fa97b69ec1a3710296735.tar.zst freebsd-ports-gnome-df9c31eded5822a9d16fa97b69ec1a3710296735.zip |
textproc/groff: add CPE information
- Maintainer's timeout (uqs@FreeBSD.org)
PR: 198593
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 77ae1c012363..d93d3d248f32 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -17,11 +17,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GHOSTSCRIPT=yes -USES= gmake perl5 shebangfix +USES= cpe gmake perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk CONFIGURE_ENV+= PERLPATH=${perl_CMD} # shebangfix +CPE_VENDOR= gnu SHEBANG_FILES= src/utils/afmtodit/afmtodit.pl \ contrib/mm/mmroff.pl \ |