aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-06-20 10:06:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-06-20 10:08:24 +0000
commit05935ad553330a4b3a15116efd1a92deed59f274 (patch)
treeb611a142ffc7fd6372a268499476f23493ec2d2b /graphics
parent33dc878ba4eae9c0b2aba96b6b2685447d8f78e5 (diff)
downloadports-05935ad553330a4b3a15116efd1a92deed59f274.tar.gz
ports-05935ad553330a4b3a15116efd1a92deed59f274.zip
graphics/glfw{,2}: add mutual CONFLICTS_INSTALL
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glfw/Makefile2
-rw-r--r--graphics/glfw2/Makefile2
2 files changed, 4 insertions, 0 deletions
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