diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-03 15:58:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-03 15:58:20 +0000 |
commit | 7926991921f5d9ad97af42740418d76e12182de5 (patch) | |
tree | 167908e2e50677e330273bd26f2ed904412bf540 /lang | |
parent | 1fdbde663d6e75de67dc2426bceb7069d6b31480 (diff) | |
download | pkgsrc-7926991921f5d9ad97af42740418d76e12182de5.tar.gz |
Add conflict with guile-oops package, which installs
the same info files.
Diffstat (limited to 'lang')
-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 |