diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-03 15:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-03 15:57:44 +0000 |
commit | 1fdbde663d6e75de67dc2426bceb7069d6b31480 (patch) | |
tree | b74d1d3db3ac6bcfe295e1e09b642a96c034c0f2 /devel/guile-oops | |
parent | d1cc9c349b865814797cd03309278a112aaf91ef (diff) | |
download | pkgsrc-1fdbde663d6e75de67dc2426bceb7069d6b31480.tar.gz |
Convert to bl3 and add conflict with guile>1.4, since both include
the same info files.
Diffstat (limited to 'devel/guile-oops')
-rw-r--r-- | devel/guile-oops/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/guile-oops/Makefile b/devel/guile-oops/Makefile index c43db05e77e..bcf354fd26e 100644 --- a/devel/guile-oops/Makefile +++ b/devel/guile-oops/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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" |