diff options
author | tron <tron> | 1998-12-05 21:42:17 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-05 21:42:17 +0000 |
commit | 3f78615c8d3f58fc438b48142bddd59bbf80a80f (patch) | |
tree | 9ae8dd8009d4ac58904a40fe78e204cd5fd7dc4a /x11/wmthemes | |
parent | a66c2a60e64fb0392bb84ff94e0f461bd72c83b2 (diff) | |
download | pkgsrc-3f78615c8d3f58fc438b48142bddd59bbf80a80f.tar.gz |
Rename package to "wm-themes-0.20.x" and fix dependence for updated
"windowmaker" package.
Diffstat (limited to 'x11/wmthemes')
-rw-r--r-- | x11/wmthemes/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/wmthemes/Makefile b/x11/wmthemes/Makefile index 61e774fba72..f93eb721179 100644 --- a/x11/wmthemes/Makefile +++ b/x11/wmthemes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 10:36:26 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/05 21:42:17 tron Exp $ -DISTNAME= wm-themes-0.20.2 +DISTNAME= wm-themes-0.20.x CATEGORIES= x11 MASTER_SITES= http://wm.themes.org/WMThemes/ DISTFILES= ${THEME_FILES} @@ -8,7 +8,9 @@ DISTFILES= ${THEME_FILES} MAINTAINER= tron@netbsd.org HOMEPAGE= http://wm.themes.org/ -DEPENDS+= windowmaker-0.20.2:../../x11/windowmaker +DEPENDS+= windowmaker-0.20.3:../../x11/windowmaker + +CONFLICTS= wm-themes-0.20.2 USE_X11= yes NO_BUILD= yes |