[Midnightbsd-cvs] mports [21781] trunk/mail/p5-Mail-DKIM/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 20 16:27:26 EDT 2016


Revision: 21781
          http://svnweb.midnightbsd.org/mports/?rev=21781
Author:   laffer1
Date:     2016-08-20 16:27:25 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/mail/p5-Mail-DKIM/Makefile

Modified: trunk/mail/p5-Mail-DKIM/Makefile
===================================================================
--- trunk/mail/p5-Mail-DKIM/Makefile	2016-08-20 20:23:23 UTC (rev 21780)
+++ trunk/mail/p5-Mail-DKIM/Makefile	2016-08-20 20:27:25 UTC (rev 21781)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Mail-DKIM
 PORTVERSION=	0.40
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN \
 		http://jason.long.name/dkimproxy/
@@ -15,9 +15,9 @@
 LICENSE=	artistic gpl
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
-		p5-Mail-Tools>=0:mail/p5-Mail-Tools \
-		p5-Net-DNS>=0:dns/p5-Net-DNS
+BUILD_DEPENDS=	p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
+		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5 shebangfix



More information about the Midnightbsd-cvs mailing list