diff options
author | wiz <wiz> | 2000-12-12 02:10:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-12 02:10:16 +0000 |
commit | 25eaa9cab2fcfa9534bc3e47d6efe5fd41da6179 (patch) | |
tree | 583b947e60824bccaf45fc8f4dc2abbca7318447 /mail | |
parent | d1cfd61b2dbd018498de837178e68416bbc3a46a (diff) | |
download | pkgsrc-25eaa9cab2fcfa9534bc3e47d6efe5fd41da6179.tar.gz |
Added wm category to main Makefile; remove packages that have been moved
from x11 to wm; fix paths in packages that depend on the moved ones.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index f6d057d9357..14ad7505be9 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/10/15 21:54:54 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/12/12 02:10:18 wiz Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/WMMail.app/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail -DEPENDS+= windowmaker-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker USE_X11BASE= yes USE_GMAKE= yes |