aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-09-11 16:55:07 +0800
committerhrs <hrs@FreeBSD.org>2014-09-11 16:55:07 +0800
commit8029ad4ea83ec1d73845fce61a97a1679564c309 (patch)
treece37c253669038b785e824cc10a89cc079b06b15 /print
parent9a43a6f4b866cd7c668e2d052b2ee8ec8d519c1b (diff)
downloadfreebsd-ports-gnome-8029ad4ea83ec1d73845fce61a97a1679564c309.tar.gz
freebsd-ports-gnome-8029ad4ea83ec1d73845fce61a97a1679564c309.tar.zst
freebsd-ports-gnome-8029ad4ea83ec1d73845fce61a97a1679564c309.zip
Fix dependency.
Spotted by: dinoex PR: 193362
Diffstat (limited to 'print')
-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 \