summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-05 20:31:52 +0000
committerjlam <jlam@pkgsrc.org>2005-08-05 20:31:52 +0000
commit245c6baa1252d49d5c805eabda2c6d5584c01f4e (patch)
tree34dfe4afcf43741cecbee8fedf512be87062b357 /comms/pilotmgr
parentca47ca0ada4c5948e60115d6e63cd48ed7902654 (diff)
downloadpkgsrc-245c6baa1252d49d5c805eabda2c6d5584c01f4e.tar.gz
pilotmgr only needs the perl binary, not the perl library.
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r--comms/pilotmgr/Makefile4
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"