mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix problems with the tkinter knop
- Bump PORTREVISION PR: 113040 Submitted by: Marcus von Appen<mva@sysfault.org> Approved by: maintainer
This commit is contained in:
parent
7064722c15
commit
e9b65bcdab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192846
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= imaging
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= http://effbot.org/downloads/ \
|
||||
http://www.pythonware.net/storage/
|
||||
|
@ -43,6 +43,11 @@ PLIST_SUB+= TKINTER=""
|
|||
PLIST_SUB+= TKINTER="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_TKINTER)
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|if _tkinter|if None|g' ${WRKSRC}/setup.py
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for file in ImPlatform.h Imaging.h
|
||||
${INSTALL_DATA} ${WRKSRC}/libImaging/${file} ${PYTHON_INCLUDEDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue