diff options
Diffstat (limited to 'lang/guile/Makefile')
-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" \ |