diff options
author | tron <tron> | 1999-01-23 15:15:55 +0000 |
---|---|---|
committer | tron <tron> | 1999-01-23 15:15:55 +0000 |
commit | 9519553a1b8093a708cc8f5d923a17e77666d939 (patch) | |
tree | 15e9cf9dc2ed032030c774a10256957695234db4 /mail | |
parent | c13e2714734d47119f16e791342eb6901eaf79e3 (diff) | |
download | pkgsrc-9519553a1b8093a708cc8f5d923a17e77666d939.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')
-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: |