diff options
author | obache <obache@pkgsrc.org> | 2013-06-05 04:24:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-05 04:24:58 +0000 |
commit | 7687d065f83f93442f943203243065048ad6234a (patch) | |
tree | 53d40fbd95b2089571c97c7dd1f0bb0fbbc3d805 /pkgtools | |
parent | e05e426ab43da6bb48ab55916d999c4d503e688a (diff) | |
download | pkgsrc-7687d065f83f93442f943203243065048ad6234a.tar.gz |
require bsd.prefs.mk before using condition.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 9da7fdbf4ad..f2c05f80a6f 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.195 2013/05/10 00:49:00 riastradh Exp $ +# $NetBSD: Makefile,v 1.196 2013/06/05 04:24:58 obache Exp $ # Notes to package maintainers: # @@ -53,6 +53,8 @@ CHECK_PERMS= no # be rethought. USE_NATIVE_GCC= yes +.include "../../mk/bsd.prefs.mk" + .if defined(_PKGSRC_BARRIER) && empty(USE_CROSS_COMPILE:M[yY][eE][sS]) PKG_ADD_CMD= ${WRKSRC}/add/pkg_add PKG_CREATE_CMD= ${WRKSRC}/create/pkg_create |