want to run mktexlsr, include a dep on (small) mktexlsr package

This commit is contained in:
espie 2018-07-01 09:01:29 +00:00
parent f3af5f5030
commit a6e9992fe5
2 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2018/06/29 22:16:12 espie Exp $
# $OpenBSD: Makefile,v 1.40 2018/07/01 09:01:29 espie Exp $
COMMENT= French and Italian conjugation system
@ -6,7 +6,7 @@ DISTNAME= verbiste-0.1.45
SHARED_LIBS= verbiste-0.1 5.0 # .0.0
CATEGORIES= education
HOMEPAGE= http://sarrazip.com/dev/verbiste.html
REVISION= 0
REVISION= 1
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
@ -25,7 +25,8 @@ MASTER_SITES= http://sarrazip.com/dev/
BUILD_DEPENDS= textproc/p5-XML-Parser
LIB_DEPENDS= x11/gtk+2 \
textproc/libxml
RUN_DEPENDS= x11/gtk+3,-guic
RUN_DEPENDS= x11/gtk+3,-guic \
print/texlive/base,-mktexlsr
SEPARATE_BUILD= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2018/06/29 22:16:12 espie Exp $
@comment $OpenBSD: PLIST,v 1.14 2018/07/01 09:01:29 espie Exp $
@bin bin/french-conjugator
@bin bin/french-deconjugator
@bin bin/verbiste-gtk
@ -47,6 +47,4 @@ share/verbiste-0.1/conjugation-it.xml
share/verbiste-0.1/verbs-fr.xml
share/verbiste-0.1/verbs-it.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@comment texlive is not a strict RUN_DEPEND, so allow hashing to fail
@exec %D/bin/mktexlsr %D/share/texmf-local > /dev/null 2>&1 || true
@unexec-delete %D/bin/mktexlsr %D/share/texmf-local > /dev/null 2>&1 || true
@tag mktexlsr-local