diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 09:05:13 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 09:05:13 +0800 |
commit | a89565ec195ef694fbb1284b49e6272bd86a7654 (patch) | |
tree | 62ed8df6938677e5f4e2086d1a49cdec7a40abad | |
parent | 6182faf4d411c4aec4655e2bb1c5c112c79cffcd (diff) | |
download | freebsd-ports-gnome-a89565ec195ef694fbb1284b49e6272bd86a7654.tar.gz freebsd-ports-gnome-a89565ec195ef694fbb1284b49e6272bd86a7654.tar.zst freebsd-ports-gnome-a89565ec195ef694fbb1284b49e6272bd86a7654.zip |
Update for new shlib revision from guile 1.4
-rw-r--r-- | cad/geda/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnucash/Makefile | 2 | ||||
-rw-r--r-- | devel/g-wrap/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash-devel/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 2 | ||||
-rw-r--r-- | lang/guileobjc/Makefile | 2 | ||||
-rw-r--r-- | math/siag/Makefile | 2 | ||||
-rw-r--r-- | www/screem-devel/Makefile | 2 | ||||
-rw-r--r-- | www/screem/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/scwm/Makefile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index c5988c78cbfd..d8fd3259380d 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -16,7 +16,7 @@ DISTNAME= gEDA-19990516 MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - guile.6:${PORTSDIR}/lang/guile + guile.9:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index b40bf59e662c..39054d6b8223 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.3:${PORTSDIR}/devel/glib12 \ gnome.4:${PORTSDIR}/x11/gnomelibs \ - guile.6:${PORTSDIR}/lang/guile \ + guile.9:${PORTSDIR}/lang/guile \ xml.5:${PORTSDIR}/textproc/libxml site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \ diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 6ceceb197fd7..cff067fb584b 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index b40bf59e662c..39054d6b8223 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.3:${PORTSDIR}/devel/glib12 \ gnome.4:${PORTSDIR}/x11/gnomelibs \ - guile.6:${PORTSDIR}/lang/guile \ + guile.9:${PORTSDIR}/lang/guile \ xml.5:${PORTSDIR}/textproc/libxml site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \ diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index b40bf59e662c..39054d6b8223 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.3:${PORTSDIR}/devel/glib12 \ gnome.4:${PORTSDIR}/x11/gnomelibs \ - guile.6:${PORTSDIR}/lang/guile \ + guile.9:${PORTSDIR}/lang/guile \ xml.5:${PORTSDIR}/textproc/libxml site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \ diff --git a/lang/guileobjc/Makefile b/lang/guileobjc/Makefile index 8bd8c490ee5a..73804b8b7c0e 100644 --- a/lang/guileobjc/Makefile +++ b/lang/guileobjc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve- MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libobjects.a:${PORTSDIR}/lang/libobjects -LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile BROKEN= Doesn\'t work with the latest guile. diff --git a/math/siag/Makefile b/math/siag/Makefile index bf747bbaed38..81e035e93fe2 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -26,7 +26,7 @@ MAKE_ARGS= "-j 2" CPPFLAGS+= -I${LOCALBASE}/include -DX11BASE='\"${X11BASE}\"' .if defined(GUILE) -LIB_DEPENDS+= guile.6:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.9:${PORTSDIR}/lang/guile .endif .if !defined(NOGDBM) diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 418f12d32448..8b2f45f48095 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ xml.5:${PORTSDIR}/textproc/libxml \ glade.4:${PORTSDIR}/devel/libglade \ - guile.6:${PORTSDIR}/lang/guile \ + guile.9:${PORTSDIR}/lang/guile \ wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter diff --git a/www/screem/Makefile b/www/screem/Makefile index 418f12d32448..8b2f45f48095 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ xml.5:${PORTSDIR}/textproc/libxml \ glade.4:${PORTSDIR}/devel/libglade \ - guile.6:${PORTSDIR}/lang/guile \ + guile.9:${PORTSDIR}/lang/guile \ wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index e35e85b6c686..6f0dce424a87 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-guile-${PORTVERSION} MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - guile.6:${PORTSDIR}/lang/guile \ + guile.9:${PORTSDIR}/lang/guile \ guiledlopenhelper.0:${PORTSDIR}/x11-toolkits/guile-gtk \ glade.4:${PORTSDIR}/devel/libglade diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 229fecb9dc9d..ad1801db8e44 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ Imlib.5:${PORTSDIR}/graphics/imlib \ esd.2:${PORTSDIR}/audio/esound RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons |