pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vinagre vinagre: Remove gnome-panel dependency, no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b2ba3450ecf
branches:  trunk
changeset: 346886:5b2ba3450ecf
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jan 04 13:43:33 2020 +0000

description:
vinagre: Remove gnome-panel dependency, not actually needed

diffstat:

 net/vinagre/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 875eb66f41c9 -r 5b2ba3450ecf net/vinagre/Makefile
--- a/net/vinagre/Makefile      Sat Jan 04 13:37:05 2020 +0000
+++ b/net/vinagre/Makefile      Sat Jan 04 13:43:33 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.91 2019/07/21 22:25:35 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2020/01/04 13:43:33 nia Exp $
 #
 
 DISTNAME=      vinagre-3.6.2
-PKGREVISION=   51
+PKGREVISION=   52
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vinagre/3.6/}
 EXTRACT_SUFX=  .tar.xz
@@ -16,7 +16,8 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake intltool pkg-config msgfmt
+USE_TOOLS+=    gmake intltool pkg-config
+USE_TOOLS+=    msgfmt msgmerge xgettext
 USE_LANGUAGES= c99 c++
 
 USE_PKGLOCALEDIR=      yes
@@ -60,8 +61,8 @@
 .include "../../security/libsecret/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.0.3
 .include "../../x11/gtk3/buildlink3.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index