- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
This commit is contained in:
parent
46ff9bcb38
commit
06f5f49f77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400813
1 changed files with 3 additions and 2 deletions
|
@ -12,9 +12,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Paste to several pastebin services via bash script
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
||||
${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USES= tar:bzip2
|
||||
|
||||
|
|
Loading…
Reference in a new issue