summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 18:01:12 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 18:01:12 +0000
commite87497f3c355974f1235db852fccb6f884728333 (patch)
tree5a36426550aa75d547b1a2a1ccb7138a9b9c3634 /mk/bsd.pkg.mk
parent06697c97a8486e3cde57868714d84a2e9a6566b0 (diff)
downloadpkgsrc-e87497f3c355974f1235db852fccb6f884728333.tar.gz
Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the former
specify that imake is used by the package, while the latter triggers the special do-configure process.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 917d9922c09..897141b02e0 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1665 2005/05/16 15:20:15 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1666 2005/05/16 18:01:12 jlam Exp $
#
# This file is in the public domain.
#
@@ -1873,7 +1873,7 @@ do-configure:
${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
. endfor
. endif
-. if defined(USE_IMAKE) || !empty(USE_TOOLS:Mimake)
+. if defined(USE_IMAKE)
. for DIR in ${CONFIGURE_DIRS}
${_PKG_SILENT}${_PKG_DEBUG}cd ${DIR} && ${SETENV} ${SCRIPTS_ENV} XPROJECTROOT=${X11BASE} ${XMKMF}
. endfor