pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/pilotmgr pilotmgr only needs the perl binary, no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6e63f71fa66
branches:  trunk
changeset: 497842:e6e63f71fa66
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 05 20:31:52 2005 +0000

description:
pilotmgr only needs the perl binary, not the perl library.

diffstat:

 comms/pilotmgr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 0fa6f83b90a6 -r e6e63f71fa66 comms/pilotmgr/Makefile
--- a/comms/pilotmgr/Makefile   Fri Aug 05 19:46:41 2005 +0000
+++ b/comms/pilotmgr/Makefile   Fri Aug 05 20:31:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/07/19 10:21:01 grant Exp $
+# $NetBSD: Makefile,v 1.37 2005/08/05 20:31:52 jlam Exp $
 
 DISTNAME=      pilotmgr-1.107p2
 PKGNAME=       pilotmgr-1.107.2
@@ -19,6 +19,7 @@
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-.*$//}
 HAS_CONFIGURE=         YES
 NO_BUILD=              YES
+USE_TOOLS+=            perl:run
 
 CONFIGURE_ARGS=                </dev/null
 CONFIGURE_ENV+=                PERL="${LOCALBASE}/bin/perl" WRKDIR="${WRKDIR}"
@@ -56,6 +57,5 @@
        done
        ${LN} -fs ${PM_DOC_DIR} ${PM_PERL_DIR}/docs
 
-.include "../../lang/perl5/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index