diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-10-05 06:36:44 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-10-05 06:36:44 +0000 |
commit | 2db9822207d7b2907b5136cf20f2557bac6f1617 (patch) | |
tree | 2b73fc1caf9f15d6c379dbf2a05693871b6e83f7 | |
parent | 5755ca4294f448c241f7851597a194da7bc8ebf0 (diff) |
Properly register fvwm1 conflict.
Reported by: rodrigo
Notes
Notes:
svn path=/head/; revision=451272
-rw-r--r-- | x11-wm/fvwm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index b951482f21e3..6543775c29d1 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -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 |