diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-10 22:41:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-10 22:41:30 +0000 |
commit | 595334821ed82694570c6eafeb0cb27ad22452b6 (patch) | |
tree | 82f98b09dbd8b920174298870f7668b4d70f9e2d /devel | |
parent | 54159d59f35696d1e76902ae0c62492463f617e2 (diff) | |
download | pkgsrc-595334821ed82694570c6eafeb0cb27ad22452b6.tar.gz |
Enable pkgviews installation to allow to build other pkgviews packages
using ccache. Noted by Ossi Herrala in PR pkg/24728.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 09ac695dbe2..6d2d3dd5508 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/12 07:11:43 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/10 22:41:30 minskim Exp $ DISTNAME= ccache-2.3 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://ccache.samba.org/ COMMENT= Cache for C/C++ compilers +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes GNU_CONFIGURE= yes |