svn commit: r548734 - head/devel/efl

Gleb Popov arrowd at FreeBSD.org
Tue Sep 15 15:46:12 UTC 2020


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 at 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
 


More information about the svn-ports-head mailing list