diff options
author | wiz <wiz> | 2004-05-03 15:58:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-05-03 15:58:20 +0000 |
commit | e38d8f08ac6a540b5b3c76e1ef49bd26309267d9 (patch) | |
tree | 167908e2e50677e330273bd26f2ed904412bf540 /lang/guile | |
parent | 502a886481940f4e5b4c4a5c7d02030c3d3398f9 (diff) | |
download | pkgsrc-e38d8f08ac6a540b5b3c76e1ef49bd26309267d9.tar.gz |
Add conflict with guile-oops package, which installs
the same info files.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 4360059dc92..d63cd548038 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2004/02/14 17:21:43 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2004/05/03 15:58:20 wiz Exp $ DISTNAME= guile-1.6.4 CATEGORIES= lang @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/guile/guile.html COMMENT= GNU's Ubiquitous Intelligent Language for Extension -CONFLICTS= guile14<1.4.1nb1 +CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]* USE_BUILDLINK3= YES GNU_CONFIGURE= YES |