summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorsno <sno>2009-08-17 19:09:13 +0000
committersno <sno>2009-08-17 19:09:13 +0000
commitc2da2d5f0c23db3e342c7ebea35240c6bd5555d5 (patch)
treeea46f79d3e36d898179550b96c6ee25a2b0c5d2d /mail/dspam
parentc74ab4425c2792a335520bf9e554fa0c101c647a (diff)
downloadpkgsrc-c2da2d5f0c23db3e342c7ebea35240c6bd5555d5.tar.gz
Updated p5-GD-Graph3d dependency.
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile4
-rw-r--r--mail/dspam/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 3f08ba826f9..2f6e91f695c 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2009/05/12 08:27:09 hasso Exp $
+# $NetBSD: Makefile,v 1.63 2009/08/17 19:09:13 sno Exp $
DISTNAME= dspam-3.8.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://dspam.nuclearelephant.com/sources/
diff --git a/mail/dspam/options.mk b/mail/dspam/options.mk
index 5c324f85550..1b7789f97e4 100644
--- a/mail/dspam/options.mk
+++ b/mail/dspam/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.23 2009/03/13 10:11:14 roy Exp $
+# $NetBSD: options.mk,v 1.24 2009/08/17 19:09:13 sno Exp $
.if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -136,7 +136,7 @@ CONFIGURE_ARGS+= --enable-homedir
### Enable DSPAM's graph.cgi to produce graphs of spam statistics.
###
.if !empty(PKG_OPTIONS:Mgraphs)
-DEPENDS+= p5-GDGraph3d-[0-9]*:../../graphics/p5-GDGraph3d
+DEPENDS+= p5-GD-Graph3d-[0-9]*:../../graphics/p5-GD-Graph3d
.endif
###