summaryrefslogtreecommitdiff
path: root/print/tex-xdvik
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-09-11 08:55:07 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-09-11 08:55:07 +0000
commit40434b789146c7833afbe76a5e7c4b1d2a0dc330 (patch)
treece37c253669038b785e824cc10a89cc079b06b15 /print/tex-xdvik
parentUpdate to 1.6.9. (diff)
Fix dependency.
Spotted by: dinoex PR: 193362
Notes
Notes: svn path=/head/; revision=367911
Diffstat (limited to 'print/tex-xdvik')
-rw-r--r--print/tex-xdvik/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-xdvik/Makefile b/print/tex-xdvik/Makefile
index f7bb63c87c0a..5b91740e81d0 100644
--- a/print/tex-xdvik/Makefile
+++ b/print/tex-xdvik/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xdvik
PORTVERSION= 22.87
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= SF/xdvi/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= tex-
@@ -18,12 +18,13 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
USES= iconv gmake motif
USE_TEX= web2c kpathsea texmf texhash
TEXHASHDIRS= ${TEXMFDISTDIR}
-USE_XORG= ice sm x11 xmu xpm xt
+USE_XORG= ice sm x11 xmu xpm xt xi
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/xdvik
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared \
--datarootdir=${LOCALBASE}/share \
--with-xdvi-x-toolkit=motif \
+ --enable-xi2-scrolling \
--with-iconv \
--with-xpm \
--with-system-kpathsea \