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

(-)py-imaging.new/Makefile (-1 / +6 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	imaging
8
PORTNAME=	imaging
9
PORTVERSION=	1.1.6
9
PORTVERSION=	1.1.6
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	graphics python
11
CATEGORIES=	graphics python
12
MASTER_SITES=	http://effbot.org/downloads/ \
12
MASTER_SITES=	http://effbot.org/downloads/ \
13
		http://www.pythonware.net/storage/
13
		http://www.pythonware.net/storage/
Lines 41-46 Link Here
41
PLIST_SUB+=	TKINTER=""
41
PLIST_SUB+=	TKINTER=""
42
.else
42
.else
43
PLIST_SUB+=	TKINTER="@comment "
43
PLIST_SUB+=	TKINTER="@comment "
44
.endif
45
46
.if defined(WITHOUT_TKINTER)
47
post-patch:
48
	@${REINPLACE_CMD} -e 's|if _tkinter|if None|g' ${WRKSRC}/setup.py
44
.endif
49
.endif
45
50
46
post-install:
51
post-install:

Return to bug 113040