diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-30 04:05:32 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-30 04:05:32 +0000 |
commit | 3718b27ce31720a4389ead714212dba17aeb8fa1 (patch) | |
tree | 47a80a1ad98b0e00a1451d2474c1fecc884a7b58 | |
parent | a9fa2324ffc0d9ebd3d4642d48a5194da7c85104 (diff) | |
download | pkgsrc-3718b27ce31720a4389ead714212dba17aeb8fa1.tar.gz |
wm/enlightenment16: add CONFLICTS and SUPERSEDES entries
This looks unusual and is incomplete because there were two distinct
enlightenment packages in different parts of the tree. This package
went from 0.16.x to 1.0.x release numbering, while x11/enlightenment
reflects development that continues to use 0.x release numbering.
This package isn't intended to conflict with or supersede
x11/enlightenment.
-rw-r--r-- | wm/enlightenment16/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/wm/enlightenment16/Makefile b/wm/enlightenment16/Makefile index 9dd1828b6bb..15e24da8c2a 100644 --- a/wm/enlightenment16/Makefile +++ b/wm/enlightenment16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/12/30 03:50:06 gutteridge Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/30 04:05:32 gutteridge Exp $ DISTNAME= e16-1.0.21 PKGNAME= ${DISTNAME:S/e/enlightenment/} @@ -11,6 +11,15 @@ HOMEPAGE= https://enlightenment.org/ COMMENT= Highly themeable and configurable window manager LICENSE= enlightenment16 +# This looks unusual and is incomplete because there were two distinct +# enlightenment packages in different parts of the tree. This package +# went from 0.16.x to 1.0.x release numbering, while x11/enlightenment +# reflects development that continues to use 0.x release numbering. +# This package isn't intended to conflict with or supersede +# x11/enlightenment. +CONFLICTS= enlightenment>=1.0 +SUPERSEDES= enlightenment>=1.0 + USE_TOOLS+= gmake perl:run pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |