diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-15 21:22:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-15 21:22:51 +0000 |
commit | 7a062c3990279644859e848236a19a3ebeb8dece (patch) | |
tree | 07f3f3fd4ba5fac180f24651e58f0dad26913d1c /lang/guile | |
parent | 20221853d35ab15c0ce172eb2aee524fa04c06bb (diff) | |
download | pkgsrc-7a062c3990279644859e848236a19a3ebeb8dece.tar.gz |
pkglint: move CONFLICTS where it belongs.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index b882fda9d6a..06577d86d68 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.7 1998/11/15 20:17:56 perry Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/15 21:22:51 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp # DISTNAME= guile-1.3 -CONFLICTS= guile-1.2 CATEGORIES= lang 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" \ |