pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/zenity zenity: move perl:run from buildlink to USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db7c7bad8af8
branches:  trunk
changeset: 770284:db7c7bad8af8
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Sun Nov 28 15:32:58 2021 +0000

description:
zenity: move perl:run from buildlink to USE_TOOLS

diffstat:

 x11/zenity/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r dd46659c58b0 -r db7c7bad8af8 x11/zenity/Makefile
--- a/x11/zenity/Makefile       Sun Nov 28 14:49:33 2021 +0000
+++ b/x11/zenity/Makefile       Sun Nov 28 15:32:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2021/11/28 14:49:33 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.102 2021/11/28 15:32:58 cirnatdan Exp $
 #
 
 DISTNAME=      zenity-3.41.0
@@ -11,7 +11,7 @@
 COMMENT=       Display GNOME dialogs from the command line
 LICENSE=       gnu-lgpl-v2.1
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config perl:run
 USE_TOOLS+=            itstool
 
 TOOL_DEPENDS+=         yelp-tools-[0-9]*:../../textproc/yelp-tools
@@ -21,7 +21,6 @@
 REPLACE.perl5.new=     ${PERL5}
 REPLACE_FILES.perl5=   src/gdialog.in
 
-.include "../../lang/perl5/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index