diff options
author | wen <wen@FreeBSD.org> | 2011-02-21 18:43:38 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-21 18:43:38 +0800 |
commit | 3d6f64a14bafcc35df18f57ab7c05c59143cb7d4 (patch) | |
tree | a7de1862f4d3c5fe6da1b593b77c09675c8077aa /sysutils | |
parent | fe58f6ba7eb9ac296e86416a1a852ba83f31313b (diff) | |
download | freebsd-ports-gnome-3d6f64a14bafcc35df18f57ab7c05c59143cb7d4.tar.gz freebsd-ports-gnome-3d6f64a14bafcc35df18f57ab7c05c59143cb7d4.tar.zst freebsd-ports-gnome-3d6f64a14bafcc35df18f57ab7c05c59143cb7d4.zip |
- Some cleanup in Makefile
Reported by: landy2005@gmail.com
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tmux/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 5376a41d8bf5..54f1deb656b6 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -37,10 +37,6 @@ OPTIONS= KQUEUE "Build without define HAVE_BROKEN_KQUEUE " On .include <bsd.port.pre.mk> -.if ${OSVERSION} < 702104 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-configure -.endif - .if !defined(WITHOUT_KQUEUE) .if ${OSVERSION} < 702104 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-kqueue_and_fb7 |