diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /lang/guile | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
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 3462d8cb241..7645f80cc78 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/11/15 21:28:08 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1999/02/20 22:48:32 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp # @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= perry@piermont.com HOMEPAGE= http://www.gnu.org/software/guile/guile.html -CONFLICTS= guile-1.2 - USE_LIBTOOL= yes GNU_CONFIGURE= YES CONFIGURE_ENV= CPPFLAGS="-Dunix" \ |