From ab3b71e13124eadfe21c7590ee12e8268471b999 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 23 Jan 2009 15:43:14 +0000 Subject: Bump the version of the curl shared library after the ftp/curl update to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. --- lang/gambas/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gambas') diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile index 845ca8c6c2a5..c685bcda566d 100644 --- a/lang/gambas/Makefile +++ b/lang/gambas/Makefile @@ -6,14 +6,14 @@ PORTNAME= gambas PORTVERSION= 1.0.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF MAINTAINER= thierry@FreeBSD.org COMMENT= Gambas Almost Means BASic -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ ml.0:${PORTSDIR}/math/ldouble USE_AUTOTOOLS= libltdl:15 libtool:15 -- cgit