From 6127ef4c19b3753b5c840084cb831d63174d1be5 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 1 Mar 2008 06:22:42 +0000 Subject: Chase libguile shared lib version. --- lang/gnustep-guile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gnustep-guile') diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index a49ec7ae7568..5c79cd2d33e1 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -7,7 +7,7 @@ PORTNAME= guile PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs @@ -18,7 +18,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep interface to the GUILE scheme interpreter -LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes -- cgit