diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
commit | f2957143a59075805ac0945e29236840562c899e (patch) | |
tree | dbff97e68227244263f74e0a9e69ed4d65993552 /devel | |
parent | bbf81f184024ecfffb954b8ca295ab5ab167b742 (diff) | |
download | freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.gz freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.zst freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.zip |
Chase guile's shared lib version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autogen/Makefile | 2 | ||||
-rw-r--r-- | devel/g-wrap/Makefile | 4 | ||||
-rw-r--r-- | devel/gconf/Makefile | 4 | ||||
-rw-r--r-- | devel/libgtop/Makefile | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 3c8a454da1a7..de3cbceabb63 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The Automated Program Generator -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config XML2_CONFIG?= ${LOCALBASE}/bin/xml2-config diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 38f82c1dfab7..47858174690a 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -8,7 +8,7 @@ PORTNAME= g-wrap PORTVERSION= 1.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ http://people.freebsd.org/~sobomax/ @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A tool for exporting C libraries into Scheme interpreters BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 42ea70820c3d..9d6bde6ac647 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= gconf PORTVERSION= 1.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/1.0 @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ db3.3:${PORTSDIR}/databases/db3 USE_BZIP2= yes diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index e3505ff6544f..9ef65f167344 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgtop PORTVERSION= 1.0.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME top library -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_PERL5= yes USE_GMAKE= yes |