svn commit: r493324 - head/graphics/p5-GD

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 18 21:06:28 UTC 2019


Author: sunpoet
Date: Mon Feb 18 21:06:24 2019
New Revision: 493324
URL: https://svnweb.freebsd.org/changeset/ports/493324

Log:
  Remove unnecessary RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		235593
  Submitted by:	Helge Oldach <freebsd at oldach.net>

Modified:
  head/graphics/p5-GD/Makefile

Modified: head/graphics/p5-GD/Makefile
==============================================================================
--- head/graphics/p5-GD/Makefile	Mon Feb 18 21:06:19 2019	(r493323)
+++ head/graphics/p5-GD/Makefile	Mon Feb 18 21:06:24 2019	(r493324)
@@ -2,6 +2,7 @@
 
 PORTNAME=	GD
 PORTVERSION=	2.70
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,9 +13,8 @@ COMMENT=	Perl5 interface to Gd Graphics Library versio
 LICENSE=	ART20 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
 LIB_DEPENDS=	libgd.so:graphics/gd
-RUN_DEPENDS=	p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list