Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 20:50:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478495 - head/x11-wm/i3
Message-ID:  <201808302050.w7UKoT7b077932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 30 20:50:29 2018
New Revision: 478495
URL: https://svnweb.freebsd.org/changeset/ports/478495

Log:
  x11-wm/i3: Add CONFLICTS_INSTALL=i3-gaps
  
  x11-wm/i3-gaps was added today.
  
  PR:		230266
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Thu Aug 30 20:47:55 2018	(r478494)
+++ head/x11-wm/i3/Makefile	Thu Aug 30 20:50:29 2018	(r478495)
@@ -36,6 +36,8 @@ USE_PERL5=	run
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 INSTALL_TARGET=	install-strip
 
+CONFLICTS_INSTALL=	i3-gaps
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808302050.w7UKoT7b077932>