diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 10:25:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 10:25:55 +0000 |
commit | 8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e (patch) | |
tree | 1f380ac2d80c13dc88fd1b7b3fd381f31d9a658d /print | |
parent | a65a5c94110a45eb7dc67ed597acaaa99425cac3 (diff) | |
download | ports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.tar.gz ports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/enscriptfonts/Makefile | 2 | ||||
-rw-r--r-- | print/perlftlib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/enscriptfonts/Makefile b/print/enscriptfonts/Makefile index 6c6b6aa6add5..1f45e2277b8b 100644 --- a/print/enscriptfonts/Makefile +++ b/print/enscriptfonts/Makefile @@ -16,7 +16,7 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5 NO_WRKSUBDIR= YES -NOMANCOMPRESS= YES +NO_MANCOMPRESS= YES NO_BUILD= YES SUB_FILES+= pkg-message diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index 7cb692efd6d0..3bca14c4996b 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/jcode.pl:${PORTSDIR}/japanese/jcode.pl USE_FREETYPE= yes USE_PERL5= yes -NOMANCOMPRESS= yes +NO_MANCOMPRESS= yes MAN1= mkttfdir.1 ftinfo.1 MAN3= FreeType.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |