diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-12 00:44:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-12 00:44:36 +0800 |
commit | 3d90be30db989147f1c02f8b6442466ea0c7315b (patch) | |
tree | bec74947b27bd0b2aae6123599a6b06df5b89a4f /graphics | |
parent | a34b5771d83c91a4960a19aaa29d4d9678b7d7e8 (diff) | |
download | freebsd-ports-gnome-3d90be30db989147f1c02f8b6442466ea0c7315b.tar.gz freebsd-ports-gnome-3d90be30db989147f1c02f8b6442466ea0c7315b.tar.zst freebsd-ports-gnome-3d90be30db989147f1c02f8b6442466ea0c7315b.zip |
Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS
Diffstat (limited to 'graphics')
-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 |