summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_summary-utils
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-09-04 18:21:26 +0000
committercheusov <cheusov@pkgsrc.org>2011-09-04 18:21:26 +0000
commit620b343d8defb60e93197de9cbf96bb344d51795 (patch)
tree92407eb1e741c2cbbcd352a58817c92d267a03b6 /pkgtools/pkg_summary-utils
parent24c53c2a7380238383956d34955305b59fd50ab7 (diff)
downloadpkgsrc-620b343d8defb60e93197de9cbf96bb344d51795.tar.gz
For all packages based on mk-configure "configure" target is provided.
This fixes parallel builds.
Diffstat (limited to 'pkgtools/pkg_summary-utils')
-rw-r--r--pkgtools/pkg_summary-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_summary-utils/Makefile b/pkgtools/pkg_summary-utils/Makefile
index 4a932625c69..d206ef29008 100644
--- a/pkgtools/pkg_summary-utils/Makefile
+++ b/pkgtools/pkg_summary-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/08/29 20:45:42 cheusov Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/04 18:21:27 cheusov Exp $
DISTNAME= pkg_summary-utils-0.56.0
CATEGORIES= pkgtools
@@ -58,4 +58,5 @@ AUTO_MKDIRS= yes
MAKE_PROGRAM= ${PREFIX}/bin/mkcmake
+.include "../../devel/mk-configure/configure.mk"
.include "../../mk/bsd.pkg.mk"