From bdd2d4af9630fdc1157d49bd193e8195c3240e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sun, 6 Feb 2022 19:36:07 +0100 Subject: Update CONFLICTS definitions in categories a* to c* Update the CONFLICTS definitions of ports in the following categories: - accessibility - archivers - audio - benchmarks - biology - cad - chinese - comms - converters An attempt has been made to use generic conflicts patterns that do not have to be updated whenever a new version of a conflicting port is added to the ports system. There is a misunderstanding that the port being built/installed has to be omitted from the conflicts pattern. This is not true - the port being built is implicitly non-conflicting due to logic in bsd.port.mk. Approved by: portmgr (implicit) --- biology/viennarna/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'biology/viennarna') diff --git a/biology/viennarna/Makefile b/biology/viennarna/Makefile index 5b3d547a7f14..b3efc36f81f0 100644 --- a/biology/viennarna/Makefile +++ b/biology/viennarna/Makefile @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes CONFIGURE_SHELL= ${PREFIX}/bin/bash CONFIGURE_ARGS= --enable-shared --disable-static --with-gsl --with-cluster --with-kinwalker --enable-mpfr --without-python --without-python3 --without-perl +CONFLICTS_INSTALL= g2 # include/g2.h + INFO= RNAlib DATASDIR= ${PREFIX}/share/ViennaRNA -- cgit v1.2.3