pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/chemtool Disable gnome support explicitly. Ot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/123e1ddfc3f4
branches:  trunk
changeset: 472401:123e1ddfc3f4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 10 02:33:12 2004 +0000

description:
Disable gnome support explicitly.  Otherwise this package installs
more files on platforms where /usr/share/mime-info exists.

diffstat:

 biology/chemtool/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 844782ef5887 -r 123e1ddfc3f4 biology/chemtool/Makefile
--- a/biology/chemtool/Makefile Fri Apr 09 23:39:00 2004 +0000
+++ b/biology/chemtool/Makefile Sat Apr 10 02:33:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/22 07:20:07 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/10 02:33:12 minskim Exp $
 
 DISTNAME=              chemtool-1.6
 CATEGORIES=            biology
@@ -14,6 +14,8 @@
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
 
+CONFIGURE_ARGS+=       --without-gnomedir
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chemtool
        ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/chemtool



Home | Main Index | Thread Index | Old Index