diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-16 02:31:30 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-16 02:31:30 +0000 |
commit | d7dc00a8e85400de888b436471611c22ec0cd3da (patch) | |
tree | 1eafdf6b8b9878bde215879beb137a06961daa92 /lang/guile | |
parent | 4296805ddfd4ca9b311564f862370ba048a531ef (diff) | |
download | pkgsrc-d7dc00a8e85400de888b436471611c22ec0cd3da.tar.gz |
This no longer conflicts with guile14.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 3133207ef46..64f85d8a557 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/01/07 03:56:25 uebayasi Exp $ +# $NetBSD: Makefile,v 1.35 2003/01/16 02:31:30 uebayasi Exp $ DISTNAME= guile-1.6.1 CATEGORIES= lang @@ -8,8 +8,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/guile/guile.html COMMENT= GNU's Ubiquitous Intelligent Language for Extension -CONFLICTS= guile14-[0-9]* - USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES |