diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
commit | 6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch) | |
tree | c31d0022b011f120521cb2b532c8ec7a9954196c /net | |
parent | Fix build with guile-1.6.4. (diff) |
Chase guile's shared lib version.
Notes
Notes:
svn path=/head/; revision=79982
Diffstat (limited to 'net')
-rw-r--r-- | net/serveez/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 2a76be3b00a6..2b5f0b048941 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A server framework -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif |