Remove SITE_PERL from *_DEPENDS
Submitted by: az@
This commit is contained in:
parent
417919cd87
commit
69ef528ef2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298467
1 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@ MAINTAINER= multimedia@FreeBSD.org
|
|||
COMMENT= A set of Perl5 bindings for gstreamer
|
||||
|
||||
BUILD_DEPENDS= p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \
|
||||
${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
||||
p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
||||
RUN_DEPENDS= p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \
|
||||
${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
||||
p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GSTREAMER= yes
|
||||
|
|
Loading…
Reference in a new issue