pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/chemtool bl3ify and enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f900da9f9e3b
branches:  trunk
changeset: 472402:f900da9f9e3b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 10 02:40:01 2004 +0000

description:
bl3ify and enable pkgviews installation.

diffstat:

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

diffs (27 lines):

diff -r 123e1ddfc3f4 -r f900da9f9e3b biology/chemtool/Makefile
--- a/biology/chemtool/Makefile Sat Apr 10 02:33:12 2004 +0000
+++ b/biology/chemtool/Makefile Sat Apr 10 02:40:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/04/10 02:33:12 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2004/04/10 02:40:01 minskim Exp $
 
 DISTNAME=              chemtool-1.6
 CATEGORIES=            biology
@@ -8,7 +8,9 @@
 HOMEPAGE=              http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
 COMMENT=               Program for drawing organic molecules
 
-USE_BUILDLINK2=                yes
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_X11=               yes
 GNU_CONFIGURE=         yes
@@ -23,5 +25,5 @@
        cd ${WRKSRC} && ${INSTALL_DATA} README TODO                     \
                ${PREFIX}/share/doc/chemtool/
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index