diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
commit | 077484d7160d58968db85ef7e448b8e6fccb0112 (patch) | |
tree | 07b882e94dce8917ed36ca550b360b55c150bcbc /devel | |
parent | 55b052c11cfb16daf99646f3b7fb1204fb5e46a5 (diff) | |
download | FreeBSD-ports-077484d7160d58968db85ef7e448b8e6fccb0112.zip FreeBSD-ports-077484d7160d58968db85ef7e448b8e6fccb0112.tar.gz |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autogen/Makefile | 2 | ||||
-rw-r--r-- | devel/g-wrap/Makefile | 2 | ||||
-rw-r--r-- | devel/libgtop/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 2090772..74033ae 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 2361df0..564a34e 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib USE_LIBTOOL= yes diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index f454beb..4d2c327 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/libgtop MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile USE_PERL5= yes USE_GMAKE= yes |