pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamprobe Fix typo, spotted by Chris Ross.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d70ab7fc155
branches:  trunk
changeset: 534533:1d70ab7fc155
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Oct 25 21:45:42 2007 +0000

description:
Fix typo, spotted by Chris Ross.

diffstat:

 mail/spamprobe/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0430834c92a2 -r 1d70ab7fc155 mail/spamprobe/options.mk
--- a/mail/spamprobe/options.mk Thu Oct 25 21:26:43 2007 +0000
+++ b/mail/spamprobe/options.mk Thu Oct 25 21:45:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2007/10/25 16:00:05 ghen Exp $
+# $NetBSD: options.mk,v 1.6 2007/10/25 21:45:42 ghen Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.spamprobe
 PKG_SUPPORTED_OPTIONS=         bdb gif png jpeg
@@ -20,6 +20,6 @@
 .include "../../graphics/png/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mjpg)
+.if !empty(PKG_OPTIONS:Mjpeg)
 .include "../../graphics/jpeg/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index