svn commit: r451272 - head/x11-wm/fvwm2

Cy Schubert cy at FreeBSD.org
Thu Oct 5 06:36:46 UTC 2017


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


More information about the svn-ports-all mailing list