diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-11 08:11:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-11 08:11:02 +0000 |
commit | c3a8f6fc31808c77d107197f96d5241d7bb67923 (patch) | |
tree | 5ed45268ac8f3ae9a759adc5844d48e07bf5bc0a /misc | |
parent | 6ad3bc2719aea203edfeaa817514b9f192d1ac26 (diff) | |
download | pkgsrc-c3a8f6fc31808c77d107197f96d5241d7bb67923.tar.gz |
tellico: mark as broken due to poppler-qt4 removal
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tellico/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 5c831ec9100..260003e43ed 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2018/01/01 21:18:44 adam Exp $ -# +# $NetBSD: Makefile,v 1.128 2018/01/11 08:11:02 wiz Exp $ DISTNAME= tellico-2.3.9 PKGREVISION= 33 @@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4 +BROKEN= Needs poppler with qt4 support. + REPLACE_PERL+= src/core/tellico-1-3-update.pl REPLACE_PYTHON+= src/fetch/scripts/*.py REPLACE_PYTHON+= src/translators/griffith2tellico.py @@ -39,7 +40,7 @@ pre-build: .include "../../multimedia/libkcompactdisc/buildlink3.mk" .include "../../multimedia/libkcddb/buildlink3.mk" .include "../../net/yaz/buildlink3.mk" -.include "../../print/poppler-qt4/buildlink3.mk" +#.include "../../print/poppler-qt4/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |