diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-03 12:10:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-03 12:10:21 +0000 |
commit | a1de5934a9211e710afd2dcf8ca489c30248acd0 (patch) | |
tree | 4def54355fa195a0992090b85bc23eed9939a0ba /mail | |
parent | a4a2277e43be8136b8544e78c75d5de43f7f254a (diff) | |
download | pkgsrc-a1de5934a9211e710afd2dcf8ca489c30248acd0.tar.gz |
Restore DEPENDS, it wasn't mean to be removed. Drop NO_SRC_ON_FTP, it
can be mirrored normally.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index 1b569b50ca0..a41e3d2f9a3 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2009/09/03 12:03:37 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2009/09/03 12:10:21 joerg Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 @@ -11,9 +11,7 @@ COMMENT= xbiff like "mail-checker" for WindowMaker PKG_DESTDIR_SUPPORT= user-destdir -NO_SRC_ON_FTP= already in MASTER_SITE_LOCAL - -#DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker +DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker USE_X11BASE= yes USE_TOOLS+= gmake |