pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/gnome-chemistry-utils gnome-chemistry-utils: f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e48eeb75cd60
branches:  trunk
changeset: 439668:e48eeb75cd60
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Sep 25 03:56:49 2020 +0000

description:
gnome-chemistry-utils: fix builds

This requires scrollkeeper tools (as provided by textproc/rarian) in
order to build. It should also depend on graphics/hicolor-icon-theme.

diffstat:

 biology/gnome-chemistry-utils/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 720c44111cf4 -r e48eeb75cd60 biology/gnome-chemistry-utils/Makefile
--- a/biology/gnome-chemistry-utils/Makefile    Thu Sep 24 19:10:29 2020 +0000
+++ b/biology/gnome-chemistry-utils/Makefile    Fri Sep 25 03:56:49 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2020/08/31 18:06:39 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2020/09/25 03:56:49 gutteridge Exp $
 #
 
 DISTNAME=      gnome-chemistry-utils-0.14.16
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    biology
 MASTER_SITES=  http://download-mirror.savannah.gnu.org/releases/gchemutils/0.14/
 EXTRACT_SUFX=  .tar.bz2
@@ -22,6 +22,8 @@
 
 CONFIGURE_ARGS+=       --disable-update-databases
 
+ICON_THEMES=   yes
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../databases/gnome-mime-data/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
@@ -32,4 +34,5 @@
 .include "../../biology/bodr/buildlink3.mk"
 .include "../../biology/openbabel/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index