pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgfind Do not skip the configure phase. Thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e888cbf31b94
branches:  trunk
changeset: 536894:e888cbf31b94
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Dec 27 23:19:06 2007 +0000

description:
Do not skip the configure phase.  This package needs it to configure
libnbcompat.  Pointed by Mark Wicks in PR 37609.

diffstat:

 pkgtools/pkgfind/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4fa5526b2b90 -r e888cbf31b94 pkgtools/pkgfind/Makefile
--- a/pkgtools/pkgfind/Makefile Thu Dec 27 22:33:51 2007 +0000
+++ b/pkgtools/pkgfind/Makefile Thu Dec 27 23:19:06 2007 +0000
@@ -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 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-NO_CONFIGURE=  yes
 NO_CHECKSUM=   yes
 
 USE_FEATURES=  err getprogname setprogname snprintf warn



Home | Main Index | Thread Index | Old Index