From 190df53765225dba0d1baed51432c6f9f3ce7267 Mon Sep 17 00:00:00 2001 From: roam Date: Sat, 3 Apr 2010 10:44:36 +0000 Subject: Chase the ftp/curl shlib version bump. --- graphics/osg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/osg') diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 83e85a13eb9d..22c326ee9045 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -7,7 +7,7 @@ PORTNAME= osg PORTVERSION= 2.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ @@ -66,7 +66,7 @@ FORCE_PC_REQUIRE= # options that affect FIND_PACKAGE .if defined(WITH_CURL) FORCE_REQUIRE+= CURL -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else FORCE_IGNORE+= CURL -- cgit