1
0
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:
Rong-En Fan 2008-03-21 20:10:11 +00:00
parent 0760fd1bce
commit 4d25e7ca52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209554
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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