diff options
author | Felix Palmen <felix@palmen-it.de> | 2021-05-07 17:01:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-05-10 03:51:56 +0000 |
commit | d9ddaab20f54fc7aee4436e38d07595467cfb525 (patch) | |
tree | 78e734095fcac054104962af43cbef45ad6064fe /x11-wm/fvwm2 | |
parent | df586078d6966c77829ee2584854c250988129ef (diff) | |
download | ports-d9ddaab20f54fc7aee4436e38d07595467cfb525.tar.gz ports-d9ddaab20f54fc7aee4436e38d07595467cfb525.zip |
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 22a5f94c1720..2c102cef0863 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -2,7 +2,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://fvwm.sourceforge.net/generated/icon_download/ \ @@ -20,7 +20,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 # Other ports this port cannot coexist with -CONFLICTS?= fvwm1-1.* fvwm-2.[457].* +CONFLICTS_INSTALL= fvwm3-* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk \ |