[Midnightbsd-cvs] mports [23183] trunk/security/security-advisory-client/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 13 16:38:10 EDT 2018


Revision: 23183
          http://svnweb.midnightbsd.org/mports/?rev=23183
Author:   laffer1
Date:     2018-04-13 16:38:09 -0400 (Fri, 13 Apr 2018)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/security/security-advisory-client/Makefile

Modified: trunk/security/security-advisory-client/Makefile
===================================================================
--- trunk/security/security-advisory-client/Makefile	2018-04-13 20:33:22 UTC (rev 23182)
+++ trunk/security/security-advisory-client/Makefile	2018-04-13 20:38:09 UTC (rev 23183)
@@ -10,7 +10,9 @@
 LICENSE=	bsd2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS+=	p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
+RUN_DEPENDS+=	p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
+		p5-JSON>=0:converters/p5-JSON \
+		p5-version>=0:devel/p5-version
 
 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_GITHUB=     yes



More information about the Midnightbsd-cvs mailing list