View | Details | Raw Unified | Return to bug 130642
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	osg
8
PORTNAME=	osg
9
PORTVERSION=	2.6.1
9
PORTVERSION=	2.6.1
10
PORTREVISION=	1
10
CATEGORIES=	graphics
11
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.openscenegraph.org/downloads/developer_releases/ \
12
MASTER_SITES=	http://www.openscenegraph.org/downloads/developer_releases/ \
12
		http://mirror.amdmi3.ru/
13
		http://mirror.amdmi3.ru/
Lines 63-69 Link Here
63
64
64
.if defined(WITH_GDAL)
65
.if defined(WITH_GDAL)
65
FORCE_REQUIRE+=	GDAL
66
FORCE_REQUIRE+=	GDAL
66
LIB_DEPENDS+=	gdal.13:${PORTSDIR}/graphics/gdal
67
LIB_DEPENDS+=	gdal.14:${PORTSDIR}/graphics/gdal
67
PLIST_SUB+=	GDAL=""
68
PLIST_SUB+=	GDAL=""
68
.else
69
.else
69
FORCE_IGNORE+=	GDAL
70
FORCE_IGNORE+=	GDAL

Return to bug 130642