diff options
-rw-r--r-- | audio/wmsound/Makefile | 6 | ||||
-rw-r--r-- | mail/wmmail/Makefile | 4 | ||||
-rw-r--r-- | x11/wmthemes/Makefile | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/wmsound/Makefile b/audio/wmsound/Makefile index 3263c97dfd0..5caeacd9574 100644 --- a/audio/wmsound/Makefile +++ b/audio/wmsound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/06 17:18:00 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/16 20:14:00 jlam Exp $ DISTNAME= wmsound-0.9.4 CATEGORIES= audio x11 @@ -6,10 +6,10 @@ MASTER_SITES= http://www.frontiernet.net/~southgat/wmsound/download/ \ ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} wmsdefault${EXTRACT_SUFX} -MAINTAINER= lamj@stat.cmu.edu +MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.frontiernet.net/~southgat/wmsound/ -DEPENDS+= windowmaker-0.51.2:../../x11/windowmaker +DEPENDS+= windowmaker-0.52.0:../../x11/windowmaker USE_X11BASE= yes USE_IMAKE= yes diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index cb7cd9a42b9..bb992f5d32f 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/03/20 00:23:55 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/16 20:14:01 jlam Exp $ DISTNAME= WMMail.app-0.62 PKGNAME= wmmail-0.62 @@ -9,7 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.eecg.utoronto.ca/~chanb/wmmail.html BUILD_DEPENDS+= automake:../../devel/automake -DEPENDS+= windowmaker-0.51.2:../../x11/windowmaker +DEPENDS+= windowmaker-0.52.0:../../x11/windowmaker USE_X11BASE= yes USE_GMAKE= yes diff --git a/x11/wmthemes/Makefile b/x11/wmthemes/Makefile index de5a8030739..9c776e9e988 100644 --- a/x11/wmthemes/Makefile +++ b/x11/wmthemes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 1999/04/08 00:32:20 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/16 20:14:01 jlam Exp $ -DISTNAME= wmthemes-0.51.x +DISTNAME= wmthemes-0.52.x CATEGORIES= x11 MASTER_SITES= http://wm.themes.org/WMThemes/ DIST_SUBDIR= wmthemes @@ -9,7 +9,7 @@ DISTFILES= ${THEME_FILES} MAINTAINER= tron@netbsd.org HOMEPAGE= http://wm.themes.org/ -DEPENDS+= windowmaker-0.51.2:../../x11/windowmaker +DEPENDS+= windowmaker-0.52.0:../../x11/windowmaker USE_X11BASE= yes NO_BUILD= yes |