summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-16 19:10:37 +0000
committerjlam <jlam>2005-07-16 19:10:37 +0000
commite00c90edf77f5da4fa831782d43d53c3bfd3dab1 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /misc
parentcce231e4e8ff9494035a22dc2d855dfa6ea62557 (diff)
downloadpkgsrc-e00c90edf77f5da4fa831782d43d53c3bfd3dab1.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 'misc')
-rw-r--r--misc/gkrellm-weather/Makefile5
-rw-r--r--misc/openoffice/Makefile3
-rw-r--r--misc/vfu/Makefile4
3 files changed, 5 insertions, 7 deletions
diff --git a/misc/gkrellm-weather/Makefile b/misc/gkrellm-weather/Makefile
index 1974c2352b7..34d94e52cfc 100644
--- a/misc/gkrellm-weather/Makefile
+++ b/misc/gkrellm-weather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:15 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/07/16 19:10:39 jlam Exp $
DISTNAME= gkrellweather-2.0.6
PKGNAME= gkrellm-weather-2.0.6
@@ -14,7 +14,7 @@ COMMENT= Gkrellm2 weather plugin
DEPENDS+= wget>=1.8:../../net/wget
BUILD_USES_MSGFMT= YES
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl:run
USE_PKGLOCALEDIR= YES
BUILD_TARGET= gkrellweather.so
@@ -31,7 +31,6 @@ pre-build:
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile
index 18a99890c31..55721bc5f76 100644
--- a/misc/openoffice/Makefile
+++ b/misc/openoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2005/07/16 01:19:14 jlam Exp $
+# $NetBSD: Makefile,v 1.68 2005/07/16 19:10:39 jlam Exp $
DISTNAME= openoffice-1.1.4
PKGREVISION= 2
@@ -114,7 +114,6 @@ PLIST_SRC+= PLIST.common_end
.include "../../mk/compiler.mk"
.include "../../mk/pthread.buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index a6c5a8eab67..3b8809d32d7 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2005/04/11 21:46:40 tv Exp $
+# $NetBSD: Makefile,v 1.40 2005/07/16 19:10:39 jlam Exp $
#
DISTNAME= vfu-3.04
@@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.biscom.net/~cade/away/vfu/
COMMENT= Small, handy, easy-to-use file manager
+USE_TOOLS+= perl:run
USE_LANGUAGES= c c++
USE_PKGINSTALL= YES
@@ -39,5 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/vfu.conf ${EGDIR}/vfu.conf
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"