diff options
-rw-r--r-- | sysutils/tmux/Makefile | 5 |
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: |