svn commit: r474244 - head/www/p5-WebService-CIA

Mathieu Arnold mat at FreeBSD.org
Mon Jul 9 08:55:18 UTC 2018


Author: mat
Date: Mon Jul  9 08:55:17 2018
New Revision: 474244
URL: https://svnweb.freebsd.org/changeset/ports/474244

Log:
  Fix last commit.
  
  Sponsored by:	Absolight

Modified:
  head/www/p5-WebService-CIA/Makefile   (contents, props changed)

Modified: head/www/p5-WebService-CIA/Makefile
==============================================================================
--- head/www/p5-WebService-CIA/Makefile	Mon Jul  9 08:45:12 2018	(r474243)
+++ head/www/p5-WebService-CIA/Makefile	Mon Jul  9 08:55:17 2018	(r474244)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Information from the CIA World Factbook
 
-BUILD_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
 		p5-libwww>=0:www/p5-libwww \
 		p5-MLDBM>=0:databases/p5-MLDBM


More information about the svn-ports-all mailing list