diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-02-13 15:59:10 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-02-13 15:59:10 +0000 |
commit | 78b29549d20ea85f2dfabd5ee69b9d398861fc6b (patch) | |
tree | bb8ec5d4fcb2cbcdee6a861ca6864393b0d2ff38 /print/muttprint/files/patch-ab | |
parent | Fix closing parenthesis for defined() (diff) |
Add dependencies on teTeX, psutils, and ImageMagick.
Add -w flag for perl.
Bump PORTREVISION
PR: 34900
Submitted by: Alan Eldridge
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=54661
Diffstat (limited to '')
-rw-r--r-- | print/muttprint/files/patch-ab | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/muttprint/files/patch-ab b/print/muttprint/files/patch-ab index e9b2199920a6..60ab2a789c8c 100644 --- a/print/muttprint/files/patch-ab +++ b/print/muttprint/files/patch-ab @@ -1,5 +1,11 @@ --- muttprint.orig Sat Dec 15 08:49:39 2001 -+++ muttprint Tue Feb 12 01:48:40 2002 ++++ muttprint Tue Feb 12 22:45:53 2002 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/perl -w + # + # Hinweis: Tabulatorbreite: 4 Zeichen + # (automatische Einstellung für ViM durch letzte Zeile) @@ -34,7 +34,7 @@ # Deklaration erzwingen use strict; |