summaryrefslogtreecommitdiff
path: root/databases/guile-pg
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 03:56:17 +0000
committeruebayasi <uebayasi>2003-01-07 03:56:17 +0000
commit1e839bd92179e26992a155c756474e28cdc86c15 (patch)
tree86760533451b06e3ed498094ee1d905a6c32b9d1 /databases/guile-pg
parent8e9304369dbea687695d8dcf29cc51559cdb2947 (diff)
downloadpkgsrc-1e839bd92179e26992a155c756474e28cdc86c15.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/Makefile4
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"