diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-30 18:12:21 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-30 18:12:21 +0000 |
commit | bc64efbd220908cfa088f852e558895c7e0b6faa (patch) | |
tree | a432a6f4cb694ddc641c8b5b1996c1279b057527 /textproc/groff | |
parent | 3cdaebcdf8980a0138da2b50f04a20c28755bfd8 (diff) | |
download | ports-bc64efbd220908cfa088f852e558895c7e0b6faa.tar.gz ports-bc64efbd220908cfa088f852e558895c7e0b6faa.zip |
Notes
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 \ |