diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-29 10:37:54 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-29 10:37:54 +0800 |
commit | a2c698bc01ee2e58140b804eae7abfaeae75aa1b (patch) | |
tree | 0fff4cd97ad973bfbc00651138eb8aa7f1029845 | |
parent | fdcdc1b62e178e76ad78ad3cf2eb97f38c2744f2 (diff) | |
download | freebsd-ports-gnome-a2c698bc01ee2e58140b804eae7abfaeae75aa1b.tar.gz freebsd-ports-gnome-a2c698bc01ee2e58140b804eae7abfaeae75aa1b.tar.zst freebsd-ports-gnome-a2c698bc01ee2e58140b804eae7abfaeae75aa1b.zip |
Guile shared lib version changed
-rw-r--r-- | cad/geda/Makefile | 2 | ||||
-rw-r--r-- | devel/gide/Makefile | 2 | ||||
-rw-r--r-- | devel/libgtop/Makefile | 2 | ||||
-rw-r--r-- | devel/libgtop2/Makefile | 2 | ||||
-rw-r--r-- | lang/guileobjc/Makefile | 2 | ||||
-rw-r--r-- | math/siag/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/scwm/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index a0be95012dd6..7ed8248cda5c 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.cc.gatech.edu/ac121/linux/X11/gtkbuffet/apps/geda/ \ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - guile.4:${PORTSDIR}/lang/guile + guile.6:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 5acf21606aa0..fc004d202a55 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://gide.gdev.net/ \ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ - guile.4:${PORTSDIR}/lang/guile + guile.6:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 4ac81aba8756..b6e76d7ac6f7 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/libgtop MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - guile.4:${PORTSDIR}/lang/guile + guile.6:${PORTSDIR}/lang/guile GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 4ac81aba8756..b6e76d7ac6f7 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/libgtop MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - guile.4:${PORTSDIR}/lang/guile + guile.6:${PORTSDIR}/lang/guile GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/lang/guileobjc/Makefile b/lang/guileobjc/Makefile index 479cacb0451a..bd19b47bcd59 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= nacai@iname.com BUILD_DEPENDS= ${LOCALBASE}/lib/libobjects.a:${PORTSDIR}/lang/libobjects -LIB_DEPENDS= guile.4:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile BROKEN= Doesn\'t work with the latest guile. diff --git a/math/siag/Makefile b/math/siag/Makefile index 4bb0ec1b935e..b982912b8175 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include .if defined(GUILE) -LIB_DEPENDS+= guile.4:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.6:${PORTSDIR}/lang/guile .endif .if !defined(NOGDBM) diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 8531364e851d..7317642633de 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.4:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile \ Imlib.5:${PORTSDIR}/graphics/imlib \ esd.2:${PORTSDIR}/audio/esound \ Xpm.4:${PORTSDIR}/graphics/xpm |