[Midnightbsd-cvs] mports [21920] trunk/mail/razor-agents/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 22:40:46 EDT 2016


Revision: 21920
          http://svnweb.midnightbsd.org/mports/?rev=21920
Author:   laffer1
Date:     2016-09-28 22:40:46 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/mail/razor-agents/Makefile

Modified: trunk/mail/razor-agents/Makefile
===================================================================
--- trunk/mail/razor-agents/Makefile	2016-09-29 02:39:32 UTC (rev 21919)
+++ trunk/mail/razor-agents/Makefile	2016-09-29 02:40:46 UTC (rev 21920)
@@ -7,13 +7,13 @@
 MASTER_SITES=	SF/razor/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A distributed, collaborative, spam detection and filtering network
+COMMENT=	Distributed, collaborative, spam detection and filtering network
 
 LICENSE=	artistic2
 
-BUILD_DEPENDS=	p5-Net-DNS>=0:dns/p5-Net-DNS \
-		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
-		p5-URI>=0:net/p5-URI
+BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI
 
 RUN_DEPENDS=	${BUILD_DEPENDS}
 



More information about the Midnightbsd-cvs mailing list