diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilotmgr/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index 65684587196..dd94c5c2ea9 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/10/02 06:43:39 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/11/28 05:20:42 jlam Exp $ DISTNAME= pilotmgr-1.107p2 CATEGORIES= comms @@ -14,10 +14,9 @@ DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk DEPENDS+= p5-pilot-link-[0-9]*:../p5-pilot-link -USE_X11= # defined -USE_PERL5= # defined -HAS_CONFIGURE= # defined -NO_BUILD= # defined +USE_BUILDLINK_ONLY= YES +HAS_CONFIGURE= YES +NO_BUILD= YES CONFIGURE_ARGS= </dev/null CONFIGURE_SCRIPT= ./Setup @@ -52,4 +51,6 @@ do-install: done ${LN} -fs ${PM_DOC_DIR} ${PM_PERL_DIR}/docs +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |