diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 03:56:17 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 03:56:17 +0000 |
commit | 917d29d213599bc82ed0093f1983bef846cedda4 (patch) | |
tree | 86760533451b06e3ed498094ee1d905a6c32b9d1 /lang/guile | |
parent | b849028f13aac2ef877ec3168d870258c43298ef (diff) | |
download | pkgsrc-917d29d213599bc82ed0093f1983bef846cedda4.tar.gz |
Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14. These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 0303a5d73b3..3133207ef46 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/01/06 10:38:06 uebayasi Exp $ +# $NetBSD: Makefile,v 1.34 2003/01/07 03:56:25 uebayasi Exp $ DISTNAME= guile-1.6.1 CATEGORIES= lang @@ -8,6 +8,8 @@ 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 |