summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorobache <obache>2013-06-05 04:24:58 +0000
committerobache <obache>2013-06-05 04:24:58 +0000
commitd1bcfe7ba44718aa416736bf64b64a3064c8556d (patch)
tree53d40fbd95b2089571c97c7dd1f0bb0fbbc3d805 /pkgtools/pkg_install/Makefile
parentf30a670b55e98c8bf596c16c6ccaf42da94f5329 (diff)
downloadpkgsrc-d1bcfe7ba44718aa416736bf64b64a3064c8556d.tar.gz
require bsd.prefs.mk before using condition.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile4
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