Date: Mon, 28 Jul 2014 14:47:04 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363166 - head/sysutils/tmux Message-ID: <201407281447.s6SEl4sD099452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Jul 28 14:47:04 2014 New Revision: 363166 URL: http://svnweb.freebsd.org/changeset/ports/363166 QAT: https://qat.redports.org/buildarchive/r363166/ Log: - Remove old OPTIONS-related variables which are no-op by now Reported by: madpilot Modified: head/sysutils/tmux/Makefile Modified: head/sysutils/tmux/Makefile ============================================================================== --- head/sysutils/tmux/Makefile Mon Jul 28 14:45:47 2014 (r363165) +++ head/sysutils/tmux/Makefile Mon Jul 28 14:47:04 2014 (r363166) @@ -34,10 +34,6 @@ BACKSPACE_DESC= Build with tty/keys patc CFLAGS+= -Wno-pointer-sign BACKSPACE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tty-keys.c -LIBEVENT2_CONFIGURE_ENV= LIBEVENT_CFLAGS="-I${LOCALBASE}/include/event2/compat" \ - LIBEVENT_LIBS="-L${LOCALBASE}/lib/event2 -levent" -LIBEVENT2_CONFIGURE_ENV_OFF= LIBEVENT_CFLAGS="-I${LOCALBASE}/include" \ - LIBEVENT_LIBS="-L${LOCALBASE}/lib -levent" LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:${PORTSDIR}/devel/libevent2 LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407281447.s6SEl4sD099452>