aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-03-04 10:00:05 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-03-04 10:00:05 +0000
commit96bffff60fc435bf6a63a590126844a85c1b9bd1 (patch)
tree746b94a0e4418c5fadbf0f52760174c3d0458b15 /sysutils/tmux
parent4425c7cfb83dac443766e07a2900af0a82b876df (diff)
downloadports-96bffff60fc435bf6a63a590126844a85c1b9bd1.tar.gz
ports-96bffff60fc435bf6a63a590126844a85c1b9bd1.zip
- Add EXAMPLES option
- Mute portscout
Notes
Notes: svn path=/head/; revision=347002
Diffstat (limited to 'sysutils/tmux')
-rw-r--r--sysutils/tmux/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index 892d181b9d18..c45be596172e 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -24,7 +24,7 @@ PLIST_DIRSTRY= etc/bash_completion.d
PORTDOCS= CHANGES FAQ README TODO
PORTEXAMPLES= *
-OPTIONS_DEFINE= DOCS LIBEVENT2 LIBEVENT_STATIC BACKSPACE
+OPTIONS_DEFINE= DOCS EXAMPLES LIBEVENT2 LIBEVENT_STATIC BACKSPACE
LIBEVENT2_DESC= Use libevent version 2
LIBEVENT_STATIC_DESC= Build with static libevent
@@ -40,6 +40,9 @@ LIBEVENT2_CONFIGURE_ENV_OFF= LIBEVENT_CFLAGS="-I${LOCALBASE}/include" \
LIBEVENT2_LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
LIBEVENT2_LIB_DEPENDS_OFF= libevent-1.4.so:${PORTSDIR}/devel/libevent
+PORTSCOUT= ignore:1.9 # 1.9a was released as an errata to 1.9;
+ # this port was never updated to 1.9.
+
.include <bsd.port.options.mk>
post-patch: