diff options
author | agc <agc> | 2001-12-19 10:00:25 +0000 |
---|---|---|
committer | agc <agc> | 2001-12-19 10:00:25 +0000 |
commit | e0636d25c8834ecfb0030d36365b2e9dd3642f19 (patch) | |
tree | a6dd954c7f3d30ffe31607d08c92d7ca27cd4484 /devel/g-wrap | |
parent | fc408bf0e44f2b3b34b460ff6317e6335b6b98c6 (diff) | |
download | pkgsrc-e0636d25c8834ecfb0030d36365b2e9dd3642f19.tar.gz |
Fix typo
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index b7b67e3b32a..242e95fa389 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/10/03 09:10:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/12/19 10:00:25 agc Exp $ DISTNAME= g-wrap-1.1.10 CATEGORIES= devel @@ -11,7 +11,7 @@ COMMENT= tool for importing types, functions, and constants into guile DEPENDS+= guile-slib>=2.4.2:../../devel/guile-slib GNU_CONFIGURE= YES -USE_GMAKE= YeS +USE_GMAKE= YES USE_LIBTOOL= YES CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope" |