pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/wmmail Use bl3 file instead of DEPENDS to fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/382153a2fd04
branches:  trunk
changeset: 491837:382153a2fd04
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 30 19:48:14 2005 +0000

description:
Use bl3 file instead of DEPENDS to fix build.

diffstat:

 mail/wmmail/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r b42e7f7c2dcb -r 382153a2fd04 mail/wmmail/Makefile
--- a/mail/wmmail/Makefile      Wed Mar 30 19:48:05 2005 +0000
+++ b/mail/wmmail/Makefile      Wed Mar 30 19:48:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/24 13:55:31 grant Exp $
+# $NetBSD: Makefile,v 1.26 2005/03/30 19:48:14 wiz Exp $
 
 DISTNAME=      WMMail.app-0.64
 PKGNAME=       wmmail-0.64
@@ -10,7 +10,6 @@
 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.80.0nb1:../../wm/windowmaker
 
 USE_X11BASE=           yes
@@ -19,4 +18,5 @@
 CONFIGURE_ARGS+=       --with-PL-incs="-I${LOCALBASE}/include" \
                        --with-PL-libs="-L${LOCALBASE}/lib"
 
+.include "../../devel/libproplist/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index