Date: Tue, 11 Apr 2017 16:44:37 +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: r438292 - head/graphics/p5-Alien-Gimp Message-ID: <201704111644.v3BGibcE036778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 11 16:44:36 2017 New Revision: 438292 URL: https://svnweb.freebsd.org/changeset/ports/438292 Log: Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS Modified: head/graphics/p5-Alien-Gimp/Makefile Modified: head/graphics/p5-Alien-Gimp/Makefile ============================================================================== --- head/graphics/p5-Alien-Gimp/Makefile Tue Apr 11 15:57:09 2017 (r438291) +++ head/graphics/p5-Alien-Gimp/Makefile Tue Apr 11 16:44:36 2017 (r438292) @@ -10,10 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Encapsulate install info for GIMP -BUILD_DEPENDS= p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \ +BUILD_DEPENDS= gimp-app>=0:graphics/gimp-app \ + p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \ p5-IO-All>=0:devel/p5-IO-All -LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app +RUN_DEPENDS= gimp-app>=0:graphics/gimp-app TEST_DEPENDS= p5-Inline-C>=0.67:devel/p5-Inline-C \ p5-Inline>=0.78:devel/p5-Inline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704111644.v3BGibcE036778>