diff options
author | wiz <wiz> | 2001-03-05 20:11:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-05 20:11:26 +0000 |
commit | 3e53ccb30a59edb0387f7495b4554313bc7f4172 (patch) | |
tree | d0f4088b4784d72117c8549e6b2b2a58a9ccb3fd /mail/xfmail | |
parent | 5908b9101b2898c0ce9f0f6af211dd087405c63c (diff) | |
download | pkgsrc-3e53ccb30a59edb0387f7495b4554313bc7f4172.tar.gz |
Add a BUILD_DEPENDS on autoconf. Noted in recent i386 bulk build.
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 75944003e92..ced305a5281 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/26 22:32:09 tron Exp $ +# $NetBSD: Makefile,v 1.18 2001/03/05 20:11:26 wiz Exp $ # DISTNAME= xfmail-1.4.7 @@ -10,6 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://xfmail.slappy.org/ COMMENT= Xforms based mail application for Unix operating systems +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= xforms>=0.88nb1:../../x11/xforms DEPENDS+= glib-*:../../devel/glib |