diff options
author | mef <mef> | 2014-07-16 12:21:29 +0000 |
---|---|---|
committer | mef <mef> | 2014-07-16 12:21:29 +0000 |
commit | ab8d0b692ec804768ffeeb7de42b7e1849dee176 (patch) | |
tree | 2d2744c5a1e01037045940f2257eb32fe63b69d0 /security/caff | |
parent | 66291a8feae0779aa6bdbb4514f6f0c5382c625a (diff) | |
download | pkgsrc-ab8d0b692ec804768ffeeb7de42b7e1849dee176.tar.gz |
Caff was packaged fine, but a module was missing at run.
Add dependency
+DEPENDS+= p5-Net-IDN-Encode-[0-9]*:../../textproc/p5-Net-IDN-Encode
and bump PKGREVION. Thanks gdt@ for review.
Diffstat (limited to 'security/caff')
-rw-r--r-- | security/caff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index d93f811a4ca..13754de02e5 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2014/05/29 23:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/07/16 12:21:29 mef Exp $ DISTNAME= signing-party_1.1.7.orig PKGNAME= ${DISTNAME:C/signing-party_/caff-/C/.orig//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} @@ -20,6 +20,7 @@ USE_TOOLS+= autoconf automake autoreconf DEPENDS+= gnupg>=1.3.92:../../security/gnupg DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template +DEPENDS+= p5-Net-IDN-Encode-[0-9]*:../../textproc/p5-Net-IDN-Encode DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-GnuPG-Interface-[0-9]*:../../security/p5-GnuPG-Interface DEPENDS+= dialog>=1.0:../../misc/dialog |