Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 04:14:25 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489437 - head/net-im/ekiga
Message-ID:  <201901060414.x064EP4J045407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan  6 04:14:25 2019
New Revision: 489437
URL: https://svnweb.freebsd.org/changeset/ports/489437

Log:
  net-im/ekiga: Remove unneeded perl5 dependency
  
  PR:		233326

Modified:
  head/net-im/ekiga/Makefile   (contents, props changed)

Modified: head/net-im/ekiga/Makefile
==============================================================================
--- head/net-im/ekiga/Makefile	Sun Jan  6 03:19:04 2019	(r489436)
+++ head/net-im/ekiga/Makefile	Sun Jan  6 04:14:25 2019	(r489437)
@@ -4,7 +4,7 @@
 
 PORTNAME=	ekiga
 PORTVERSION=	4.0.1
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	net-im
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -24,7 +24,7 @@ RUN_DEPENDS=	gnome-icon-theme>=3.0.0:misc/gnome-icon-t
 
 GNU_CONFIGURE=	yes
 USES=		compiler:c++11-lang cpe gettext gmake libtool localbase \
-		pathfix perl5 pkgconfig tar:xz
+		pathfix pkgconfig tar:xz
 USE_XORG=	xv
 USE_GNOME=	gtk20 intlhack libxml2
 INSTALLS_ICONS=	yes



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