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 /databases/guile-pg | |
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 'databases/guile-pg')
-rw-r--r-- | databases/guile-pg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile index f8ec3c77e77..8177362f004 100644 --- a/databases/guile-pg/Makefile +++ b/databases/guile-pg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/01/05 20:14:22 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/07 03:56:19 uebayasi Exp $ # DISTNAME= guile-pg-0.07 @@ -11,7 +11,6 @@ HOMEPAGE= http://guile-pg.sourceforge.net/ COMMENT= PostgreSQL interface for Guile DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib -DEPENDS+= guile>=1.3:../../lang/guile USE_LIBTOOL= YES USE_GMAKE= YES @@ -21,5 +20,6 @@ CONFIGURE_ARGS+= --with-libpq-includes=${PREFIX}/include/postgresql #INFO_FILES= guile-pg.info +.include "../../lang/guile14/buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |