diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-14 20:58:26 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-14 20:58:26 +0000 |
commit | ea5adfb8f1faf7a8350d21e14c8506d9a834516c (patch) | |
tree | 5a953cd51216a724e2fb73adb617d3a0a019d79c /ports-mgmt/pkg/Makefile | |
parent | aa21afb972bb26d54b2b892e100473301bab5f01 (diff) | |
download | ports-ea5adfb8f1faf7a8350d21e14c8506d9a834516c.tar.gz ports-ea5adfb8f1faf7a8350d21e14c8506d9a834516c.zip |
Let WITH_CCACHE_BUILD work on the pkg port that is not PKG_ORIGIN.
For example, if ports-mgmt/pkg is PKG_ORIGIN then it is safe to use
ccache for ports-mgmt/pkg-devel.
Notes
Notes:
svn path=/head/; revision=384027
Diffstat (limited to 'ports-mgmt/pkg/Makefile')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 747099831ec2..ddbbb761fb41 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -14,9 +14,6 @@ COMMENT= Package manager LICENSE= BSD2CLAUSE -# Disable CCACHE support because of the chicken/egg problem pkg should always -# With no dependency at all -NO_CCACHE= yes USE_LDCONFIG= yes USES= libtool tar:xz GNU_CONFIGURE= yes |