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/gconf | |
parent | bbf81f184024ecfffb954b8ca295ab5ab167b742 (diff) | |
download | freebsd-ports-graphics-f2957143a59075805ac0945e29236840562c899e.tar.gz freebsd-ports-graphics-f2957143a59075805ac0945e29236840562c899e.tar.zst freebsd-ports-graphics-f2957143a59075805ac0945e29236840562c899e.zip |
Chase guile's shared lib version.
Diffstat (limited to 'devel/gconf')
-rw-r--r-- | devel/gconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 42ea70820c3..9d6bde6ac64 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 |