diff options
author | tron <tron@pkgsrc.org> | 1999-01-23 15:15:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-23 15:15:55 +0000 |
commit | 76937de3d5386ac25d7ddfc38d889f52af5da2bc (patch) | |
tree | 15e9cf9dc2ed032030c774a10256957695234db4 /mail/wmmail | |
parent | 6194e8e70be6a9ebc6676b7e2a31f95928a58943 (diff) | |
download | pkgsrc-76937de3d5386ac25d7ddfc38d889f52af5da2bc.tar.gz |
The "make" program distributed with 1.3 and 1.3.x doesn't like the
generated "Makefile", so use GNU "make".
Diffstat (limited to 'mail/wmmail')
-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 f986a7535a4..ad45b26de26 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/23 14:24:04 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/23 15:15:55 tron Exp $ DISTNAME= WMMail.app-0.62 PKGNAME= wmmail-0.62 @@ -14,6 +14,7 @@ DEPENDS+= windowmaker-0.50.2:../../x11/windowmaker CONFLICTS= wmmail-* USE_X11= yes +USE_GMAKE= yes GNU_CONFIGURE= yes post-install: |