From b9501effd8d6fad6c68fe2b3d7056c9afbe295d2 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 16 Jun 2008 20:24:50 +0000 Subject: [PATCH] this module requires aspell, so add it to RUN_DEPENDS and bump brought to my attention by merdely@ feedback & ok okan@, merdely@, msf@ --- devel/p5-Test-Spelling/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Spelling/Makefile b/devel/p5-Test-Spelling/Makefile index 8f4e96f7463..01ca5ba3776 100644 --- a/devel/p5-Test-Spelling/Makefile +++ b/devel/p5-Test-Spelling/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:10 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2008/06/16 20:24:50 simon Exp $ COMMENT= check for spelling errors in POD files MODULES= cpan DISTNAME= Test-Spelling-0.11 +PKGNAME= p5-${DISTNAME}p0 CATEGORIES= devel textproc MAINTAINER= Mathieu Sauve-Frankel @@ -16,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ::textproc/p5-Pod-Spell +RUN_DEPENDS= ::textproc/p5-Pod-Spell \ + ::textproc/aspell/core .include