diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-05-04 04:47:27 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-05-09 17:49:28 +0000 |
commit | a28f05fb2d27823de942563b5a31888d545e08e5 (patch) | |
tree | 44902f1d85b62e41b9d2cab96825f1c10d35fd57 | |
parent | 18e2107b05e7f116596f177da4550a91ba6b9f02 (diff) |
sysutils/nut*: Register conflicts
sysutils/nut and sysutils/nut-devel conflict with each other.
-rw-r--r-- | sysutils/nut-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/nut/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index b6bd0978997d..9bafcd1fd295 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2+ GPLv3+ ART10 GPLv1+ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS= nut-[0-9]* + USE_GITHUB= yes GH_ACCOUNT= networkupstools GH_TAGNAME= 9cb8de681 diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 4ba9a55ed23d..4bec09e14685 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2+ GPLv3+ ART10 GPLv1+ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS= nut-devel-* + GNU_CONFIGURE= yes USES= autoreconf:build compiler:c11 gmake libtool pkgconfig python:build USE_LDCONFIG= yes |