Date: Mon, 18 Feb 2019 21:06:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493324 - head/graphics/p5-GD Message-ID: <201902182106.x1IL6PHg044872@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902182106.x1IL6PHg044872>