diff options
author | tron <tron> | 2001-07-01 15:12:44 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-01 15:12:44 +0000 |
commit | 71cbf5ae05deedf57abae5ec8427616539d127b1 (patch) | |
tree | d69f488d79334441661dd59bbf96978d720d7f63 /devel/g-wrap/Makefile | |
parent | fe52eea66f8945cdbf06e4d992fd8ea7b510ebf8 (diff) | |
download | pkgsrc-71cbf5ae05deedf57abae5ec8427616539d127b1.tar.gz |
Update "g-wrap" package to version 1.1.10. A very extensive list of
changes is available in the "ChangeLog" file.
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r-- | devel/g-wrap/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 74d60b03b87..59c257c4ce1 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/05/31 10:07:59 dent Exp $ -# +# $NetBSD: Makefile,v 1.5 2001/07/01 15:12:44 tron Exp $ -DISTNAME= g-wrap-0.9.5 +DISTNAME= g-wrap-1.1.10 CATEGORIES= devel MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/ @@ -11,10 +10,11 @@ COMMENT= tool for importing types, functions, and constants into guile DEPENDS+= guile>=1.3.4:../../lang/guile -GNU_CONFIGURE= # defined -CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope" +GNU_CONFIGURE= YES +USE_GMAKE= YeS +USE_LIBTOOL= YES -USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope" +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |