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

(-)Makefile (-2 / +3 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	cairo
9
PORTNAME=	cairo
10
PORTVERSION=	1.6.4
10
PORTVERSION=	1.6.4
11
PORTREVISION=	1
11
CATEGORIES=	graphics python
12
CATEGORIES=	graphics python
12
MASTER_SITES=	http://cairographics.org/releases/
13
MASTER_SITES=	http://cairographics.org/releases/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-24 Link Here
16
MAINTAINER=	gnome@FreeBSD.org
17
MAINTAINER=	gnome@FreeBSD.org
17
COMMENT=	Python bindings for Cairo
18
COMMENT=	Python bindings for Cairo
18
19
19
BUILD_DEPENDS=	${PYNUMERIC}
20
BUILD_DEPENDS=	${PYNUMPY}
20
LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
21
LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
21
RUN_DEPENDS=	${PYNUMERIC}
22
RUN_DEPENDS=	${PYNUMPY}
22
23
23
USE_PYTHON=	yes
24
USE_PYTHON=	yes
24
USE_GMAKE=	yes
25
USE_GMAKE=	yes

Return to bug 130031