Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 06:36:44 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451272 - head/x11-wm/fvwm2
Message-ID:  <201710050636.v956aifE091284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Oct  5 06:36:44 2017
New Revision: 451272
URL: https://svnweb.freebsd.org/changeset/ports/451272

Log:
  Properly register fvwm1 conflict.
  
  Reported by:	rodrigo

Modified:
  head/x11-wm/fvwm2/Makefile   (contents, props changed)

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Thu Oct  5 06:22:34 2017	(r451271)
+++ head/x11-wm/fvwm2/Makefile	Thu Oct  5 06:36:44 2017	(r451272)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 # Other ports this port cannot coexist with
-CONFLICTS?=	fvwm-1.* fvwm-2.[457].*
+CONFLICTS?=	fvwm1-1.* fvwm-2.[457].*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-mandoc --without-gnome --disable-gtk



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