diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-29 02:37:54 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-29 02:37:54 +0000 |
commit | c9eab958417f20051cf10f3dabe682ee5f166eb0 (patch) | |
tree | 1046f9b2927303b7347c6f4a068e1452cfabf66e /lang | |
parent | 968f124d0f28112d236dc28cee62f8a909a4f547 (diff) | |
download | ports-c9eab958417f20051cf10f3dabe682ee5f166eb0.tar.gz ports-c9eab958417f20051cf10f3dabe682ee5f166eb0.zip |
Guile shared lib version changed
Notes
Notes:
svn path=/head/; revision=23481
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guileobjc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |