diff options
author | ryoon <ryoon> | 2016-03-02 23:12:13 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2016-03-02 23:12:13 +0000 |
commit | cadfba13ee6c31f005d8550698e488238c6c9dc8 (patch) | |
tree | ab06adcebfceb60fec721216da60b60f62f0eb4b /editors/Sigil | |
parent | b4f1b06ea396403eb4fe664e10ce859bf15bdef3 (diff) | |
download | pkgsrc-cadfba13ee6c31f005d8550698e488238c6c9dc8.tar.gz |
Reduce DEPENDS. They are not minumal requirements.
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 71231a946ec..8672e208dd2 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2016/03/02 23:08:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.78 2016/03/02 23:12:13 ryoon Exp $ DISTNAME= Sigil-0.9.3 CATEGORIES= editors @@ -16,12 +16,6 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib -DEPENDS+= ${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex -DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow -DEPENDS+= ${PYPKGPREFIX}-cssselect-[0-9]*:../../textproc/py-cssselect -DEPENDS+= ${PYPKGPREFIX}-cssutils-[0-9]*:../../textproc/py-cssutils -DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet Qt5_DIR= ${BUILDLINK_PREFIX.qt5-qtbase}/qt5 ALL_ENV+= Qt5_DIR=${Qt5_DIR} |