diff options
author | recht <recht@pkgsrc.org> | 2004-06-30 11:41:53 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-30 11:41:53 +0000 |
commit | 112d3e901f34c9d176b4acc9a558d89f7f0e28a7 (patch) | |
tree | 8a0178f50f7a0da3039ca73c46b99c289a204e81 /devel/automake | |
parent | 956b369a26382e3fe99d2ea76b4b2355d97a52a2 (diff) | |
download | pkgsrc-112d3e901f34c9d176b4acc9a558d89f7f0e28a7.tar.gz |
disable pkgviews installation for now, since it breaks other packages
ok'd by wiz
fixes PR 26119 by Rhialto
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 64ffae4357f..097b1867070 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2004/04/29 13:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2004/06/30 11:41:53 recht Exp $ # DISTNAME= automake-1.8.4 @@ -13,7 +13,7 @@ COMMENT= GNU Standards-compliant Makefile generator DEPENDS= autoconf>=2.58:../../devel/autoconf -PKG_INSTALLATION_TYPES= overwrite pkgviews +#PKG_INSTALLATION_TYPES= overwrite pkgviews PLIST_SUBST+= PKG_DIR_VERSION=1.8 USE_BUILDLINK3= YES |