diff options
author | tron <tron> | 1998-08-15 08:09:29 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-15 08:09:29 +0000 |
commit | 80619c2e9eb3d87d434e200cf91bbc8958360ef2 (patch) | |
tree | fb389f05251c76170a5f542eba4075c83a66c3d7 /sysutils/mtools | |
parent | 4a036ba7fe006008a3820e22af0f622a1164c4c8 (diff) | |
download | pkgsrc-80619c2e9eb3d87d434e200cf91bbc8958360ef2.tar.gz |
"GNU_CONFIGURE= yes" implies "HAS_CONFIGURE= yes".
Diffstat (limited to 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index cb43e47433c..01fa2a6758f 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/15 07:51:31 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/15 08:09:29 tron Exp $ # DISTNAME= mtools-3.9.1 @@ -10,7 +10,6 @@ PATCHFILES= mtools-3.9.1-0907b.diff.gz MAINTAINER= is@netbsd.org -HAS_CONFIGURE= yes GNU_CONFIGURE= yes USE_GMAKE= yes |