diff options
author | rafan <rafan@FreeBSD.org> | 2008-03-22 04:10:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-03-22 04:10:11 +0800 |
commit | a39d9118e1aafd4d5bc7de9470abca8258a21ea0 (patch) | |
tree | cfd0ba4ab8bb2c633f7e17d14a4181f2f11eb059 /graphics | |
parent | 1ed4c14284bc8ac618238c17ed33f200684dd2e3 (diff) | |
download | freebsd-ports-gnome-a39d9118e1aafd4d5bc7de9470abca8258a21ea0.tar.gz freebsd-ports-gnome-a39d9118e1aafd4d5bc7de9470abca8258a21ea0.tar.zst freebsd-ports-gnome-a39d9118e1aafd4d5bc7de9470abca8258a21ea0.zip |
- Remove unnecessary INSTALLS_EGGINFO
- Fix wrong patch for testing existence of PIL
Approved by: maintainer via private mail
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imgtops/Makefile | 1 | ||||
-rw-r--r-- | graphics/imgtops/files/patch-setup.py | 2 |
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 |