1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-11 16:44:36 +00:00
parent 66da5de3a6
commit b9e14911ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438292

View File

@ -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