diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-30 19:48:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-30 19:48:14 +0000 |
commit | 24350e89b1b66eb58d98e839f28adf33404aa65d (patch) | |
tree | 20c81f2bc019e05e60d05cffdaa8fb30f61c0850 /mail | |
parent | 8d021b4ff6ded3ea79f377e092b6f32a0e8ccf90 (diff) | |
download | pkgsrc-24350e89b1b66eb58d98e839f28adf33404aa65d.tar.gz |
Use bl3 file instead of DEPENDS to fix build.
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 933976661a9..f6d06202079 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -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 @@ 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.80.0nb1:../../wm/windowmaker USE_X11BASE= yes @@ -19,4 +18,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \ --with-PL-libs="-L${LOCALBASE}/lib" +.include "../../devel/libproplist/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |