Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 11:17:35 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509421 - head/ftp/curlie
Message-ID:  <201908201117.x7KBHZZq029718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Aug 20 11:17:35 2019
New Revision: 509421
URL: https://svnweb.freebsd.org/changeset/ports/509421

Log:
  ftp/curlie: Add a missing runtime dependency

Modified:
  head/ftp/curlie/Makefile

Modified: head/ftp/curlie/Makefile
==============================================================================
--- head/ftp/curlie/Makefile	Tue Aug 20 10:55:50 2019	(r509420)
+++ head/ftp/curlie/Makefile	Tue Aug 20 11:17:35 2019	(r509421)
@@ -3,6 +3,7 @@
 PORTNAME=	curlie
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	ftp net www
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -10,6 +11,8 @@ COMMENT=	Frontend to cURL that adds the ease of use of
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	curl:ftp/curl
 
 USES=		go:modules
 USE_GITHUB=	yes



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