svn commit: r367911 - head/print/tex-xdvik

Hiroki Sato hrs at FreeBSD.org
Thu Sep 11 08:55:08 UTC 2014


Author: hrs
Date: Thu Sep 11 08:55:07 2014
New Revision: 367911
URL: http://svnweb.freebsd.org/changeset/ports/367911
QAT: https://qat.redports.org/buildarchive/r367911/

Log:
  Fix dependency.
  
  Spotted by:	dinoex
  PR:		193362

Modified:
  head/print/tex-xdvik/Makefile

Modified: head/print/tex-xdvik/Makefile
==============================================================================
--- head/print/tex-xdvik/Makefile	Thu Sep 11 08:40:58 2014	(r367910)
+++ head/print/tex-xdvik/Makefile	Thu Sep 11 08:55:07 2014	(r367911)
@@ -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}/
 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 \


More information about the svn-ports-head mailing list