diff options
author | tron <tron> | 2001-10-11 17:04:28 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-11 17:04:28 +0000 |
commit | dbe2b0197d9c4b6ff0e924cd0b8f7e4c819a67ee (patch) | |
tree | f8f133a0cebd3439434b0a8567167022b8755f0a /mail | |
parent | f1e993d6607ca33cab6947b20f3f78bc9ebb9466 (diff) | |
download | pkgsrc-dbe2b0197d9c4b6ff0e924cd0b8f7e4c819a67ee.tar.gz |
Add dependence on "libproplist" package which isn't inherited from the
"windowmaker" package any more.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index afa8f2d77f4..ee245e0e823 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/09/27 23:18:23 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2001/10/11 17:04:28 tron Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 @@ -9,6 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail COMMENT= xbiff like "mail-checker" for WindowMaker +DEPENDS+= libproplist>=0.10.1:../../devel/libproplist DEPENDS+= windowmaker-[0-9]*:../../wm/windowmaker USE_X11BASE= yes |