git: 05935ad55333 - main - graphics/glfw{,2}: add mutual CONFLICTS_INSTALL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jun 2022 10:11:22 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=05935ad553330a4b3a15116efd1a92deed59f274
commit 05935ad553330a4b3a15116efd1a92deed59f274
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-06-20 10:06:51 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-06-20 10:08:24 +0000
graphics/glfw{,2}: add mutual CONFLICTS_INSTALL
Approved by: portmgr blanket
---
graphics/glfw/Makefile | 2 ++
graphics/glfw2/Makefile | 2 ++
2 files changed, 4 insertions(+)
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile
index 97749d5af364..4edfb208adfd 100644
--- a/graphics/glfw/Makefile
+++ b/graphics/glfw/Makefile
@@ -11,6 +11,8 @@ COMMENT= Portable framework for OpenGL development
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+CONFLICTS_INSTALL= glfw2
+
USES= cmake:insource gl localbase zip
USE_GL= glu
USE_LDCONFIG= yes
diff --git a/graphics/glfw2/Makefile b/graphics/glfw2/Makefile
index d088fe1d3f8b..224915fc0e3b 100644
--- a/graphics/glfw2/Makefile
+++ b/graphics/glfw2/Makefile
@@ -13,6 +13,8 @@ COMMENT= Portable framework for OpenGL development
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+CONFLICTS_INSTALL= glfw
+
USES= gl tar:bzip2 xorg
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= compile.sh