diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 03:56:17 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 03:56:17 +0000 |
commit | 917d29d213599bc82ed0093f1983bef846cedda4 (patch) | |
tree | 86760533451b06e3ed498094ee1d905a6c32b9d1 /devel/guile-fcgi | |
parent | b849028f13aac2ef877ec3168d870258c43298ef (diff) | |
download | pkgsrc-917d29d213599bc82ed0093f1983bef846cedda4.tar.gz |
Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14. These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
Diffstat (limited to 'devel/guile-fcgi')
-rw-r--r-- | devel/guile-fcgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/guile-fcgi/Makefile b/devel/guile-fcgi/Makefile index 8714f4c53ea..25586892407 100644 --- a/devel/guile-fcgi/Makefile +++ b/devel/guile-fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 17:39:20 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/07 03:56:20 uebayasi Exp $ DISTNAME= guile-fcgi-0.1 CATEGORIES= devel www @@ -9,7 +9,6 @@ HOMEPAGE= http://www.bgu.ru/%7Edsa/guilefcgi.html COMMENT= Guile interface to FastCGI BUILD_DEPENDS= fcgi>=2.2.0:../../www/fcgi -DEPENDS= guile>=1.4:../../lang/guile GNU_CONFIGURE= YES @@ -19,4 +18,5 @@ do-build: ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} guile-fcgi.x ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} +.include "../../lang/guile14/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |