Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 15:46:12 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548734 - head/devel/efl
Message-ID:  <202009151546.08FFkCcq024754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Tue Sep 15 15:46:11 2020
New Revision: 548734
URL: https://svnweb.freebsd.org/changeset/ports/548734

Log:
  devel/efl: Add curl to the dependency list, as upstream recommends this.
  
  Submitted by:	Peter TKATCHENKO <peter@flytrace.com>

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Tue Sep 15 15:23:49 2020	(r548733)
+++ head/devel/efl/Makefile	Tue Sep 15 15:46:11 2020	(r548734)
@@ -3,7 +3,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.24.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
 DIST_SUBDIR=	enlightenment
@@ -21,6 +21,7 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libdbus-1.so:devel/dbus \
+		libcurl.so:ftp/curl \
 		libsndfile.so:audio/libsndfile
 RUN_DEPENDS=	update-mime-database:misc/shared-mime-info
 



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