mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Remove unnecessary INSTALLS_EGGINFO
- Fix wrong patch for testing existence of PIL Approved by: maintainer via private mail
This commit is contained in:
parent
0760fd1bce
commit
4d25e7ca52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209554
@ -19,7 +19,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
INSTALLS_EGGINFO= yes
|
||||
|
||||
MAN1= imgtops.1 epstoimg.1
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
print ' see http://www.pythonware.com/products/pil/'
|
||||
print
|
||||
- if not get_yesno( 'Do you want to continue installing? [Y/n] ', 1 ):
|
||||
+ if True:
|
||||
+ if False:
|
||||
print
|
||||
print 'Installation cancelled.'
|
||||
print
|
||||
|
Loading…
Reference in New Issue
Block a user