diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-10 02:33:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-10 02:33:12 +0000 |
commit | 6eb8045f0982e9c0bd5c43bcc1d87512651770c3 (patch) | |
tree | 5aac561b4195dcc0bb258855b5cd8adf95ebc3d9 /biology/chemtool | |
parent | bb424c2132fbc0b6df551195672cf1d10e0102f0 (diff) | |
download | pkgsrc-6eb8045f0982e9c0bd5c43bcc1d87512651770c3.tar.gz |
Disable gnome support explicitly. Otherwise this package installs
more files on platforms where /usr/share/mime-info exists.
Diffstat (limited to 'biology/chemtool')
-rw-r--r-- | biology/chemtool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/chemtool/Makefile b/biology/chemtool/Makefile index ff3c1e65527..a0971f11c6f 100644 --- a/biology/chemtool/Makefile +++ b/biology/chemtool/Makefile @@ -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 @@ USE_X11= yes 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 |