diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 19:09:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 19:09:02 +0000 |
commit | e32380502f7a410c38067377f3d8079c97d846d1 (patch) | |
tree | db672e018ef29561020fa55fb2a0b658f5a69d64 /sysutils | |
parent | a610f8bbea125cd5a26ab67b75a72b4b73bfb84b (diff) | |
download | pkgsrc-e32380502f7a410c38067377f3d8079c97d846d1.tar.gz |
Actually, this package does not need autoconf at all.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mc/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index 7b39653e2f0..b25d600cc6a 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2002/10/02 19:03:47 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2002/10/02 19:09:02 wiz Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -16,7 +16,6 @@ CONFLICTS+= mc-[0-9]* gmc-[0-9]* DISTINFO_FILE= ${.CURDIR}/../../sysutils/mc/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/mc/patches -AUTOCONF_REQD= 2.13 USE_GMAKE= yes USE_LIBINTL= yes @@ -53,5 +52,4 @@ LOCALEDIR= lib LOCALEDIR= share .endif -.include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" |