mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
This commit is contained in:
parent
90b174bf84
commit
b2fa1c69a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391514
8 changed files with 12 additions and 12 deletions
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generate massive sorted CDB files simply
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \
|
||||
BUILD_DEPENDS= cdbmake:${PORTSDIR}/databases/cdb \
|
||||
p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= POE interface to Round Robin Database Tools
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||
${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
|
||||
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
|
||||
p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Visualise data structures
|
||||
|
||||
BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \
|
||||
${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
|
||||
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
|
||||
p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
|
|||
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
|
||||
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
|
||||
p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
||||
p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project
|
|||
|
||||
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
||||
${LOCALBASE}/bin/sane-config:${PORTSDIR}/graphics/sane-backends
|
||||
sane-config:${PORTSDIR}/graphics/sane-backends
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Parrot - virtual machine for dynamic languages
|
|||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
|
||||
${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \
|
||||
${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre
|
||||
gm4:${PORTSDIR}/devel/m4 \
|
||||
pcre-config:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libicudata.so:${PORTSDIR}/devel/icu
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ COMMENT= Controls the R interpreter through Perl
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \
|
||||
BUILD_DEPENDS= R:${PORTSDIR}/math/R
|
||||
RUN_DEPENDS= R:${PORTSDIR}/math/R \
|
||||
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= ART20
|
|||
|
||||
BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
||||
TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
|
||||
|
||||
CONFLICTS_INSTALL= ja-ack-[0-9]*
|
||||
|
|
Loading…
Add table
Reference in a new issue