diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-30 04:30:06 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-30 04:30:06 +0000 |
commit | 8d67cc9fa85c58059bc3cd88790c6211c5a7ea1d (patch) | |
tree | 29d526d371a24151665275c0a7b5e4e4ba92d831 /wm | |
parent | 326ef55f021db008ddaac80821c65be0252470f8 (diff) | |
download | pkgsrc-8d67cc9fa85c58059bc3cd88790c6211c5a7ea1d.tar.gz |
wm/e16themes: add CONFLICTS and SUPERSEDES entries
Diffstat (limited to 'wm')
-rw-r--r-- | wm/e16themes/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wm/e16themes/Makefile b/wm/e16themes/Makefile index b8a9fb67bcc..2c263d6efa2 100644 --- a/wm/e16themes/Makefile +++ b/wm/e16themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/12/30 04:23:08 gutteridge Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/30 04:30:06 gutteridge Exp $ DISTNAME= e16themes-0.1 PKGREVISION= 5 @@ -11,6 +11,9 @@ HOMEPAGE= http://e.themes.org/ COMMENT= Themes for the window manager Enlightenment #LICENSE= (No licenses are specified for these individual themes.) +CONFLICTS= ethemes-[0-9]* +SUPERSEDES= ethemes-[0-9]* + # wm/enlightenment is E16, which now has 1.x release numbering, # while x11/enlightenment continues to have 0.x numbering. DEPENDS+= enlightenment16>=1.0:../../wm/enlightenment16 |