summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 03:56:17 +0000
committeruebayasi <uebayasi>2003-01-07 03:56:17 +0000
commitb90d2246f4ca5cd3bb85103f755bbcfe3dc270a9 (patch)
tree86760533451b06e3ed498094ee1d905a6c32b9d1 /lang/guile/Makefile
parent060796b3c3df48ecc644035b26aded75a986cec1 (diff)
downloadpkgsrc-b90d2246f4ca5cd3bb85103f755bbcfe3dc270a9.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/Makefile')
-rw-r--r--lang/guile/Makefile4
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