diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 2 | ||||
-rw-r--r-- | shells/ambit/Makefile | 2 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 2 | ||||
-rw-r--r-- | shells/p5-Bash-Completion/Makefile | 6 | ||||
-rw-r--r-- | shells/p5-Shell-Perl/Makefile | 20 | ||||
-rw-r--r-- | shells/p5-Term-Bash-Completion-Generator/Makefile | 12 | ||||
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 2 | ||||
-rw-r--r-- | shells/psh/Makefile | 2 | ||||
-rw-r--r-- | shells/rssh/Makefile | 2 | ||||
-rw-r--r-- | shells/viewglob/Makefile | 4 | ||||
-rw-r--r-- | shells/vshnu/Makefile | 2 | ||||
-rw-r--r-- | shells/zsh/Makefile | 4 |
12 files changed, 30 insertions, 30 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index ba3a745..e4f467f 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The traditional 4.4BSD /bin/csh C-shell -BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57 +BUILD_DEPENDS= rcs:devel/rcs57 USES= tar:bzip2 NO_WRKSUBDIR= yes diff --git a/shells/ambit/Makefile b/shells/ambit/Makefile index 602f3ec..3c38c6e 100644 --- a/shells/ambit/Makefile +++ b/shells/ambit/Makefile @@ -12,7 +12,7 @@ COMMENT= Extended bash brace expansion to expand hostnames or commands LICENSE= GPLv3+ -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash USES= tar:tgz AMBITDIR?= /var/spool/${PORTNAME} diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 66aa80d..a11f55e 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -13,7 +13,7 @@ COMMENT= Programmable completion library for Bash LICENSE= GPLv2 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash USE_AUTOTOOLS= aclocal automake GNU_CONFIGURE= yes diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile index fa9b720..bf4b237 100644 --- a/shells/p5-Bash-Completion/Makefile +++ b/shells/p5-Bash-Completion/Makefile @@ -15,10 +15,10 @@ COMMENT= Extensible system to provide bash completion LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Module-Load>=0.22:${PORTSDIR}/devel/p5-Module-Load +BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Module-Load>=0.22:devel/p5-Module-Load RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep NO_ARCH= yes USE_PERL5= configure diff --git a/shells/p5-Shell-Perl/Makefile b/shells/p5-Shell-Perl/Makefile index 2dd993a..0384076 100644 --- a/shells/p5-Shell-Perl/Makefile +++ b/shells/p5-Shell-Perl/Makefile @@ -11,16 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= smatsui@karashi.org COMMENT= Read-eval-print loop in Perl -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ - p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir -BUILD_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect +RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-YAML>=0:textproc/p5-YAML \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir +BUILD_DEPENDS= p5-Test-Script>=0:devel/p5-Test-Script \ + p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ + p5-Test-Expect>=0:devel/p5-Test-Expect USES= perl5 USE_PERL5= configure diff --git a/shells/p5-Term-Bash-Completion-Generator/Makefile b/shells/p5-Term-Bash-Completion-Generator/Makefile index 8d73afc..8ff5059 100644 --- a/shells/p5-Term-Bash-Completion-Generator/Makefile +++ b/shells/p5-Term-Bash-Completion-Generator/Makefile @@ -10,12 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= gebhart@secnetix.de COMMENT= Generate bash completion scripts -BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Tree-Trie>=0:${PORTSDIR}/devel/p5-Tree-Trie \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ - p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +BUILD_DEPENDS= p5-Readonly>=0:devel/p5-Readonly \ + p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ + p5-Tree-Trie>=0:devel/p5-Tree-Trie \ + p5-Test-Warn>=0:devel/p5-Test-Warn \ + p5-Test-Block>=0:devel/p5-Test-Block \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile index 60d28f6..b29f6b9 100644 --- a/shells/p5-Term-ShellUI/Makefile +++ b/shells/p5-Term-ShellUI/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fully-featured shell-like command line environment -BUILD_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu +BUILD_DEPENDS= p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/shells/psh/Makefile b/shells/psh/Makefile index a8b7597..b0c5537 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= CPAN:GREGOR MAINTAINER= garga@FreeBSD.org COMMENT= New shell made entirely out of a Perl script -RUN_DEPENDS= ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-Term-ReadLine-Perl +RUN_DEPENDS= ${SITE_PERL}/Term/ReadLine/Perl.pm:devel/p5-Term-ReadLine-Perl USES= perl5 USE_PERL5= configure diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index 73ea557..450df45 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -20,7 +20,7 @@ CPE_VENDOR= pizzashack USE_CSTD= gnu89 OPTIONS_DEFINE= RDIST RSYNC3 RDIST_DESC= rdist support -RDIST_RUN_DEPENDS= rdist6:${PORTSDIR}/net/rdist6 +RDIST_RUN_DEPENDS= rdist6:net/rdist6 RDIST_CONFIGURE_ON= --with-rdist=${LOCALBASE}/bin/rdist6 RSYNC3_DESC= rsync3 support (Debian patch) diff --git a/shells/viewglob/Makefile b/shells/viewglob/Makefile index 0778936..91eb7f7 100644 --- a/shells/viewglob/Makefile +++ b/shells/viewglob/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ add-on to bash and zsh -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= pkgconfig USE_XORG= x11 diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index 05010aa..76cf363 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= New Visual Shell -BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen +BUILD_DEPENDS= p5-Term-Screen>=0:devel/p5-Term-Screen RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix tar:tgz diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index cd23359..9747a6d 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -68,9 +68,9 @@ PORTEXAMPLES= zlogin zshenv zshrc OPTIONS_SUB= yes DOCS_DISTFILES= ${DISTNAME}-doc${EXTRACT_SUFX}:doc -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ENABLE= gdbm -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ENABLE= pcre MEM_CONFIGURE_ENABLE= zsh-mem SECURE_FREE_CONFIGURE_ENABLE= zsh-secure-free |