svn commit: r363166 - head/sysutils/tmux

Pietro Cerutti gahr at FreeBSD.org
Mon Jul 28 14:47:05 UTC 2014


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


More information about the svn-ports-head mailing list