diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-11 16:44:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-11 16:44:36 +0000 |
commit | b9e14911ed6093eefbc640f220520f411ba55e80 (patch) | |
tree | bec74947b27bd0b2aae6123599a6b06df5b89a4f /graphics/p5-Alien-Gimp | |
parent | 66da5de3a6559f96b12ccea51d7f807b867b2d21 (diff) |
Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=438292
Diffstat (limited to 'graphics/p5-Alien-Gimp')
-rw-r--r-- | graphics/p5-Alien-Gimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-Alien-Gimp/Makefile b/graphics/p5-Alien-Gimp/Makefile index 4eb93131c00b..9d9f24105774 100644 --- a/graphics/p5-Alien-Gimp/Makefile +++ b/graphics/p5-Alien-Gimp/Makefile @@ -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 |