summaryrefslogtreecommitdiff
path: root/graphics/imgtops
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-21 20:10:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-21 20:10:11 +0000
commit4d25e7ca52b4fe4e31aa81419c607e3e7c66196d (patch)
tree81caaeff933c80f35eaae877e451a6acb2e70b2d /graphics/imgtops
parent- Get rid of USE_X_PREFIX (diff)
- Remove unnecessary INSTALLS_EGGINFO
- Fix wrong patch for testing existence of PIL Approved by: maintainer via private mail
Notes
Notes: svn path=/head/; revision=209554
Diffstat (limited to 'graphics/imgtops')
-rw-r--r--graphics/imgtops/Makefile1
-rw-r--r--graphics/imgtops/files/patch-setup.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/imgtops/Makefile b/graphics/imgtops/Makefile
index 0cb8c73c435f..29f8dc85f3da 100644
--- a/graphics/imgtops/Makefile
+++ b/graphics/imgtops/Makefile
@@ -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
diff --git a/graphics/imgtops/files/patch-setup.py b/graphics/imgtops/files/patch-setup.py
index f98849747d4c..d2d9a469e26e 100644
--- a/graphics/imgtops/files/patch-setup.py
+++ b/graphics/imgtops/files/patch-setup.py
@@ -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