diff options
author | avilla <avilla@FreeBSD.org> | 2016-12-28 13:30:38 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2016-12-28 13:30:38 +0800 |
commit | add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49 (patch) | |
tree | 149cb90808602c7b7910660a97e5e018eb1f98c0 /accessibility | |
parent | 506f55f849a8ff8f4a8b29993262e67077cc6d17 (diff) | |
download | freebsd-ports-gnome-add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49.tar.gz freebsd-ports-gnome-add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49.tar.zst freebsd-ports-gnome-add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49.zip |
- Make portscout ignore slave ports
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index 2c99e7d92627..cfd9607c41b4 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -90,6 +90,8 @@ post-install: .else +PORTSCOUT= ignore:1 + NO_ARCH= yes USES+= python:3.3+ LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher |