View | Details | Raw Unified | Return to bug 172339 | Differences between
and this patch

Collapse All | Expand All

(-)OpenEXR/Makefile (-2 / +3 lines)
Lines 8-14 Link Here
8
PORTNAME=	OpenEXR
8
PORTNAME=	OpenEXR
9
PORTVERSION=	1.7.1
9
PORTVERSION=	1.7.1
10
CATEGORIES=	graphics devel
10
CATEGORIES=	graphics devel
11
MASTER_SITES=	https://github.com/downloads/openexr/openexr/
11
MASTER_SITES=	http://cloud.github.com/downloads/openexr/openexr/
12
DISTNAME=	${PORTNAME:L}-${DISTVERSION}
12
DISTNAME=	${PORTNAME:L}-${DISTVERSION}
13
13
14
MAINTAINER=	nemysis@gmx.ch
14
MAINTAINER=	nemysis@gmx.ch
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/ilmbase
19
LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/ilmbase
20
20
21
FETCH_ARGS?=	-Fpr
21
USE_GITHUB=  yes
22
22
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_PKGCONFIG=	build
24
USE_PKGCONFIG=	build
24
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes

Return to bug 172339