diff options
author | jlam <jlam> | 2005-08-05 20:31:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-05 20:31:52 +0000 |
commit | 7be40c2bbd3206f2d4cce992d933396e02762467 (patch) | |
tree | 34dfe4afcf43741cecbee8fedf512be87062b357 /comms/pilotmgr | |
parent | 3cae3f7cb6069a5c199cd02db20161b0fa5f26ae (diff) | |
download | pkgsrc-7be40c2bbd3206f2d4cce992d933396e02762467.tar.gz |
pilotmgr only needs the perl binary, not the perl library.
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r-- | comms/pilotmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index db53f1a35e9..bc239f08f97 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -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 @@ DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5 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 @@ do-install: 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" |