diff options
author | minskim <minskim@pkgsrc.org> | 2007-12-27 23:19:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-12-27 23:19:06 +0000 |
commit | 24f56460bb04ff9c77bf7269724669fed12b8ac7 (patch) | |
tree | f335b40f99bbe40bfca48705cf0f962d88f21b4e /pkgtools/pkgfind | |
parent | 3c27cd356cba79229d7b5d09c999a0e963348042 (diff) | |
download | pkgsrc-24f56460bb04ff9c77bf7269724669fed12b8ac7.tar.gz |
Do not skip the configure phase. This package needs it to configure
libnbcompat. Pointed by Mark Wicks in PR 37609.
Diffstat (limited to 'pkgtools/pkgfind')
-rw-r--r-- | pkgtools/pkgfind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkgfind/Makefile b/pkgtools/pkgfind/Makefile index 654205e41d8..505def4c556 100644 --- a/pkgtools/pkgfind/Makefile +++ b/pkgtools/pkgfind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/09/08 21:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2007/12/27 23:19:06 minskim Exp $ DISTNAME= pkgfind-20050804 CATEGORIES= pkgtools @@ -10,7 +10,6 @@ COMMENT= Find packages by package name in pkgsrc PKG_INSTALLATION_TYPES= overwrite pkgviews -NO_CONFIGURE= yes NO_CHECKSUM= yes USE_FEATURES= err getprogname setprogname snprintf warn |