diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-16 16:42:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-16 16:42:06 +0000 |
commit | 838d2459e5d351c4e2aee9d1167491c31ac4a424 (patch) | |
tree | f90e8f152686f4289bb4eea58e0e2a601687bad5 /lang/guile14 | |
parent | ee6c5ba041174b6c6c2786bdf3976acd5c4e05e7 (diff) | |
download | pkgsrc-838d2459e5d351c4e2aee9d1167491c31ac4a424.tar.gz |
This package does not conflict with the guile package any longer.
Diffstat (limited to 'lang/guile14')
-rw-r--r-- | lang/guile14/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile index 984f588fc95..4e8e12da0e0 100644 --- a/lang/guile14/Makefile +++ b/lang/guile14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/16 02:20:47 uebayasi Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/16 16:42:06 wiz Exp $ DISTNAME= guile-1.4.1 PKGNAME= guile14-1.4.1 @@ -10,9 +10,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/guile/guile.html COMMENT= GNU's Ubiquitous Intelligent Language for Extension -# XXX Conflicts even with older (<1.6) packages because of PKGNAME change. -CONFLICTS= guile-[0-9]* - USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES |