diff options
author | recht <recht> | 2004-05-31 00:25:14 +0000 |
---|---|---|
committer | recht <recht> | 2004-05-31 00:25:14 +0000 |
commit | 249f180f065fa43d991bba68d40474f6adf9e31a (patch) | |
tree | 06f144c90f77703b559d17d8cbe8e1bce047a11a | |
parent | b61c2c1ad7c9b4ce65b275b90f432697cb906f81 (diff) | |
download | pkgsrc-249f180f065fa43d991bba68d40474f6adf9e31a.tar.gz |
Backout pkgviews installation. As pointed out by minskim@ on tech-pkg@:
aclocal searches the depot only, and fails to find .m4 files.
-rw-r--r-- | devel/automake14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index e3ec8427b83..32d61bc023b 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/29 23:45:13 recht Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/31 00:25:14 recht Exp $ # DISTNAME= automake-1.4-p6 @@ -14,7 +14,7 @@ DEPENDS= autoconf213>=2.13:../../devel/autoconf213 CONFLICTS= automake<1.6 -PKG_INSTALLATION_TYPES= overwrite pkgviews +#PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES GNU_CONFIGURE= YES |