Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 08:55:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474244 - head/www/p5-WebService-CIA
Message-ID:  <201807090855.w698tHQN081682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807090855.w698tHQN081682>