diff options
author | gahr <gahr@FreeBSD.org> | 2014-03-04 18:16:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-03-04 18:16:51 +0800 |
commit | 37b9b43bdb03d81f68e2c4f0bbc7ef43b8a65f3c (patch) | |
tree | e639128b99beddf62ce6c9209b0b1a7da18a051f /sysutils | |
parent | b38150b4ab50841d9274361edc5d17d3859b59d4 (diff) | |
download | freebsd-ports-gnome-37b9b43bdb03d81f68e2c4f0bbc7ef43b8a65f3c.tar.gz freebsd-ports-gnome-37b9b43bdb03d81f68e2c4f0bbc7ef43b8a65f3c.tar.zst freebsd-ports-gnome-37b9b43bdb03d81f68e2c4f0bbc7ef43b8a65f3c.zip |
- Make older make(1) happy
Reported by: bapt
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tmux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index c45be596172e..a9cde165f7b9 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -40,8 +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. +# 1.9a was released as an errata to 1.9 +# this port was never updated to 1.9 +PORTSCOUT= ignore:1.9 .include <bsd.port.options.mk> |