diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
commit | 62a41b423ba42c0a1ab0c0ada5d33752e965f615 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /print/muttprint | |
parent | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (diff) |
Notes
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 03d74a077d30..f8918f495baa 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION} MAINTAINER?= ports@FreeBSD.org COMMENT?= Utility to print mail for most any mail client -USE_PERL5= yes +USES= perl5 .if !defined(PAPERSIZE) PAPERSIZE= letter |