diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
commit | 9b6986c000cd81101c4a63cb8048106668e2fe1c (patch) | |
tree | 5e673c0121797154e662e294d0aa49ba7abfcf99 /net | |
parent | 8b412b96a9b624f37fc0c15159c107218660f468 (diff) | |
download | pkgsrc-9b6986c000cd81101c4a63cb8048106668e2fe1c.tar.gz |
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'net')
-rw-r--r-- | net/ddclient/Makefile | 4 | ||||
-rw-r--r-- | net/freewais-sf/Makefile | 4 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile index 273f1604d91..41f2fd7f3b6 100644 --- a/net/ddclient/Makefile +++ b/net/ddclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:45 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/07/16 19:10:39 jlam Exp $ DISTNAME= ddclient-3.6.2 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= Client to update dynamic DNS entries PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_TOOLS+= perl:run USE_LANGUAGES= # empty USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL @@ -47,5 +48,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.cisco ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/sample-* ${EGDIR} -.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index bdcfc698e72..de71dc379e2 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/23 22:12:44 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2005/07/16 19:10:40 jlam Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -14,6 +14,7 @@ COMMENT= Enhanced Wide Area Information Server NOT_FOR_PLATFORM= Darwin-*-* USE_LIBTOOL= # defined +USE_TOOLS+= perl:run HAS_CONFIGURE= # defined CONFIGURE_ENV+= PREFIX=${PREFIX} @@ -32,5 +33,4 @@ post-build: post-install: ${INSTALL_DATA} ${WRKSRC}/doc/SF/fwsf.info* ${PREFIX}/info -.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index cab290a630d..dd2ed4419a5 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/07/13 18:01:34 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2005/07/16 19:10:40 jlam Exp $ DISTNAME= net-snmp-5.2.1.2 CATEGORIES= net @@ -107,7 +107,6 @@ OWN_DIRS= ${PREFIX}/share/snmp RCD_SCRIPTS= snmpd snmptrapd .include "../../lang/perl5/module.mk" -.include "../../lang/perl5/buildlink3.mk" post-wrapper: .if !empty(MACHINE_PLATFORM:MNetBSD-1.5.[123]*-i386) |