diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:32 +0800 |
commit | ac9496b2e038e757d02856edc0f98345877880de (patch) | |
tree | 9790502e841525db65aaa87d469f751ea3871ae4 /www/wgetpaste | |
parent | 8d4f8ef7e064e09a728086233ba9552542490a28 (diff) | |
download | freebsd-ports-gnome-ac9496b2e038e757d02856edc0f98345877880de.tar.gz freebsd-ports-gnome-ac9496b2e038e757d02856edc0f98345877880de.tar.zst freebsd-ports-gnome-ac9496b2e038e757d02856edc0f98345877880de.zip |
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
Diffstat (limited to 'www/wgetpaste')
-rw-r--r-- | www/wgetpaste/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/wgetpaste/Makefile b/www/wgetpaste/Makefile index 9b2ae81ea728..bce4b83ea88b 100644 --- a/www/wgetpaste/Makefile +++ b/www/wgetpaste/Makefile @@ -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 |