pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-oops Convert to bl3 and add conflict with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5128b421bdc4
branches:  trunk
changeset: 474640:5128b421bdc4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 03 15:57:44 2004 +0000

description:
Convert to bl3 and add conflict with guile>1.4, since both include
the same info files.

diffstat:

 devel/guile-oops/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 0112e13ca60a -r 5128b421bdc4 devel/guile-oops/Makefile
--- a/devel/guile-oops/Makefile Mon May 03 15:57:06 2004 +0000
+++ b/devel/guile-oops/Makefile Mon May 03 15:57:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/25 12:07:12 dillo Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/03 15:57:44 wiz Exp $
 #
 
 DISTNAME=      guile-oops-0.9.0
@@ -10,11 +10,12 @@
 HOMEPAGE=      http://www.gnu.org/software/guile/
 COMMENT=       CLOS-like object system for Guile
 
-USE_BUILDLINK2=                YES
+CONFLICTS=     guile>1.4
+
+USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 INFO_FILES=            goops.info
 
-.include "../../lang/guile14/buildlink2.mk"
+.include "../../lang/guile14/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index