diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:00 +0000 |
commit | 4a7ce722b8dbf5822362b8e311c056e3be5d8644 (patch) | |
tree | edefddc48eb3e4cc4bc60ca09da6e90a93de3a33 /comms | |
parent | 4f0c7fb98ac6a32a04eb7a62ec274ccbb3f7e1aa (diff) | |
download | pkgsrc-4a7ce722b8dbf5822362b8e311c056e3be5d8644.tar.gz |
Add missing USE_PERL5.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilotmgr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index 1224dc02a6d..27934aa31ec 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/03/27 08:54:55 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/28 09:14:00 jlam Exp $ DISTNAME= pilotmgr-1.107p2 CATEGORIES= comms @@ -13,9 +13,10 @@ DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 DEPENDS+= p5-Tk-*:../../x11/p5-Tk DEPENDS+= p5-pilot-link-*:../p5-pilot-link -USE_X11= yes -HAS_CONFIGURE= yes -NO_BUILD= yes +USE_X11= # defined +USE_PERL5= # defined +HAS_CONFIGURE= # defined +NO_BUILD= # defined CONFIGURE_ARGS= </dev/null CONFIGURE_SCRIPT= ./Setup |