diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-26 15:15:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-26 15:15:46 +0000 |
commit | eb3782e2a1593295583959c75a35555d528cca62 (patch) | |
tree | 8c61ad22b864eca80cdc0bb591f762be093b1992 /misc | |
parent | d554abe86bad2cad82833e2452f6386820bee039 (diff) | |
download | pkgsrc-eb3782e2a1593295583959c75a35555d528cca62.tar.gz |
Remove py-imaging comment, it now uses py-Pillow.
Noted by adam@
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/calibre1/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index bac3d81aa0f..fb01d688b4c 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.183 2017/07/26 14:28:07 wiz Exp $ +# $NetBSD: Makefile,v 1.184 2017/07/26 15:15:46 wiz Exp $ DISTNAME= calibre-2.85.1 CATEGORIES= misc @@ -40,7 +40,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup PYDISTUTILSPKG= yes PYSETUPOPTARGS= # empty PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX} diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile index e46ad6b6a04..651d486aaad 100644 --- a/misc/calibre1/Makefile +++ b/misc/calibre1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/07/26 14:28:07 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2017/07/26 15:15:46 wiz Exp $ DISTNAME= calibre-1.48.0 PKGREVISION= 26 @@ -43,7 +43,7 @@ EXTRACT_USING= bsdtar USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize, py-beautifulsoup, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize, py-beautifulsoup PYDISTUTILSPKG= yes PYSETUPOPTARGS= # empty PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX} |